BRIGHTNESS_LEVEL structure (ntddvdeo.h)
Contains information about the brightness level.
Syntax
typedef struct _BRIGHTNESS_LEVEL {
UCHAR Count;
UCHAR Level[BRIGHTNESS_MAX_LEVEL_COUNT];
} BRIGHTNESS_LEVEL, *PBRIGHTNESS_LEVEL;
Members
Count
The number of brightness levels in the array.
Level[BRIGHTNESS_MAX_LEVEL_COUNT]
The brightness level to transition to.
Requirements
Requirement | Value |
---|---|
Header | ntddvdeo.h |