// d3dkmdt.h
typedef struct _DXGK_BRIGHTNESS_GET_OUT {
UINT32 CurrentBrightnessMillinits;
UINT32 TargetBrightnessMillinits;
} DXGK_BRIGHTNESS_GET_OUT, *PDXGK_BRIGHTNESS_GET_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
Contains the output parameters for the DxgkBrightnessGet3 callback function.
CurrentBrightnessMillinitsThe current brightness level in millinits of the display.
TargetBrightnessMillinitsThe brightness level in millinits that the display is currently transitioning to. If not in a transition, this should equal the current brightness.