Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Contains information about all possible brightness levels that an integrated display panel supports.
Syntax
typedef struct _D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS {
UCHAR LevelCount;
UCHAR BrightnessLevels[256];
} D3DKMT_BRIGHTNESS_POSSIBLE_LEVELS;
Members
LevelCount
The number of brightness levels that the integrated display panel supports.
BrightnessLevels[256]
The specific brightness levels that the integrated display panel supports.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3dkmthk.h (include D3dkmthk.h) |