DXGK_BRIGHTNESS_GET_OUT structure (d3dkmdt.h)

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