DISPLAY_BRIGHTNESS structure (ntddvdeo.h)
The DISPLAY_BRIGHTNESS structure is reserved for system use.
Syntax
typedef struct _DISPLAY_BRIGHTNESS {
UCHAR ucDisplayPolicy;
UCHAR ucACBrightness;
UCHAR ucDCBrightness;
} DISPLAY_BRIGHTNESS, *PDISPLAY_BRIGHTNESS;
Members
ucDisplayPolicy
Reserved for system use.
ucACBrightness
Reserved for system use.
ucDCBrightness
Reserved for system use.
Requirements
Requirement | Value |
---|---|
Header | ntddvdeo.h (include Ntddvdeo.h) |