Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the output parameters for the DxgkBrightnessGet3 callback function.
Syntax
typedef struct _DXGK_BRIGHTNESS_GET_OUT {
UINT32 CurrentBrightnessMillinits;
UINT32 TargetBrightnessMillinits;
} DXGK_BRIGHTNESS_GET_OUT, *PDXGK_BRIGHTNESS_GET_OUT;
Members
CurrentBrightnessMillinits
The current brightness level in millinits of the display.
TargetBrightnessMillinits
The brightness level in millinits that the display is currently transitioning to. If not in a transition, this should equal the current brightness.
Requirements
Requirement | Value |
---|---|
Header | d3dkmdt.h |