// d3dkmthk.h
typedef struct _D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS {
UCHAR LevelCount;
UCHAR BrightnessLevels[256];
} D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS;
View the official Windows Driver Kit DDI referenceNo description available.
Contains information about all possible brightness levels that an integrated display panel supports.
LevelCountThe number of brightness levels that the integrated display panel supports.
BrightnessLevelsThe specific brightness levels that the integrated display panel supports.