PANEL_GET_BRIGHTNESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvdeo.h

typedef struct _PANEL_GET_BRIGHTNESS {
  BRIGHTNESS_INTERFACE_VERSION Version;
  union {
    UCHAR Level;
    struct {
      ULONG CurrentInMillinits;
      ULONG TargetInMillinits;
    };
  };
} PANEL_GET_BRIGHTNESS, *PPANEL_GET_BRIGHTNESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvdeo-_panel_get_brightness)

_PANEL_GET_BRIGHTNESS structure

Description

Gets the current brightness level, plus details on the brightness transition in progress.

Members

CurrentInMillinits

Current brightness level.

TargetInMillinits

The brightness level to transition to.

Level

The brightness level.

Version

The target version. This value should always be DXGK_BRIGHTNESS_INTERFACE_VERSION_3.