Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A BRIGHTNESS_LEVEL structure contains the brightness levels of a display panel.
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]
Array of brightness levels. The number of elements in this array is specified by the Count member.
Requirements
| Requirement | Value |
|---|---|
| Header | ntddvdeo.h |