D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS {
  UCHAR LevelCount;
  UCHAR BrightnessLevels[256];
} D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_brightness_possible_levels)

_D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS structure

Description

Contains information about all possible brightness levels that an integrated display panel supports.

Members

LevelCount

The number of brightness levels that the integrated display panel supports.

BrightnessLevels

The specific brightness levels that the integrated display panel supports.