// ntddvdeo.h
typedef struct _PANEL_QUERY_BRIGHTNESS_RANGES {
BRIGHTNESS_INTERFACE_VERSION Version;
union {
BRIGHTNESS_LEVEL BrightnessLevel;
BRIGHTNESS_NIT_RANGES NitRanges;
};
} PANEL_QUERY_BRIGHTNESS_RANGES, *PPANEL_QUERY_BRIGHTNESS_RANGES;
View the official Windows Driver Kit DDI referenceNo description available.
The PANEL_QUERY_BRIGHTNESS_RANGES structure contains a list of supported nit ranges.
Versiona BRIGHTNESS_INTERFACE_VERSION value that specifies the target interface version. This value should always be DXGK_BRIGHTNESS_INTERFACE_VERSION_3.
BrightnessLevelA BRIGHTNESS_LEVEL structure for the list of supported brightness levels of the display panel.
NitRangesA BRIGHTNESS_NIT_RANGE structure for the supported nit ranges of the display panel.
IOCTL_PANEL_QUERY_BRIGHTNESS_RANGES