PANEL_GET_BRIGHTNESS structure (ntddvdeo.h)

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

Syntax

typedef struct _PANEL_GET_BRIGHTNESS {
  BRIGHTNESS_INTERFACE_VERSION Version;
  union {
    UCHAR Level;
    struct {
      ULONG CurrentInMillinits;
      ULONG TargetInMillinits;
    };
  };
} PANEL_GET_BRIGHTNESS, *PPANEL_GET_BRIGHTNESS;

Members

Version

The target version. This value should always be DXGK_BRIGHTNESS_INTERFACE_VERSION_3.

Level

The brightness level.

CurrentInMillinits

Current brightness level.

TargetInMillinits

The brightness level to transition to.

Requirements

Requirement Value
Header ntddvdeo.h