DXGK_BRIGHTNESS_GET_OUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmdt-_dxgk_brightness_get_out)

_DXGK_BRIGHTNESS_GET_OUT structure

Description

Contains the output parameters for the DxgkBrightnessGet3 callback function.

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.