// ntddvdeo.h
typedef struct BRIGHTNESS_NIT_RANGES {
ULONG NormalRangeCount;
ULONG RangeCount;
ULONG PreferredMaximumBrightness;
BRIGHTNESS_NIT_RANGE SupportedRanges[BRIGHTNESS_MAX_NIT_RANGE_COUNT];
} BRIGHTNESS_NIT_RANGES, *PBRIGHTNESS_NIT_RANGES;
View the official Windows Driver Kit DDI referenceNo description available.
An array of BRIGHTNESS_NIT_RANGE structures.
NormalRangeCountThe normal range count.
RangeCountThe range count.
PreferredMaximumBrightnessThe preferred maximum brightness.
SupportedRangesThe array of supported ranges.