// ntddvdeo.h
typedef enum _BRIGHTNESS_INTERFACE_VERSION {
BRIGHTNESS_INTERFACE_VERSION_1,
BRIGHTNESS_INTERFACE_VERSION_2,
BRIGHTNESS_INTERFACE_VERSION_3
} BRIGHTNESS_INTERFACE_VERSION;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies the brightness interface versions.
BRIGHTNESS_INTERFACE_VERSION_1Supports brightness control in integrated display panels.
BRIGHTNESS_INTERFACE_VERSION_2Lets a display miniport driver reduce power to the display backlight and still smoothly adapt to changes in ambient light and user requests to change brightness. Starting with Windows 8, if the system includes an ambient light sensor, the driver must support the Brightness Control Interface V 2.
BRIGHTNESS_INTERFACE_VERSION_3Supports multiple displays that can be set to calibrated nit-based brightness levels.