DISPLAY_BRIGHTNESS - NtDoc

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

typedef struct _DISPLAY_BRIGHTNESS {
  UCHAR ucDisplayPolicy;
  UCHAR ucACBrightness;
  UCHAR ucDCBrightness;
} DISPLAY_BRIGHTNESS, *PDISPLAY_BRIGHTNESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DISPLAY_BRIGHTNESS structure

Description

The DISPLAY_BRIGHTNESS structure is reserved for system use.

Members

ucDisplayPolicy

Reserved for system use.

ucACBrightness

Reserved for system use.

ucDCBrightness

Reserved for system use.