BRIGHTNESS_LEVEL - NtDoc

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

typedef struct _BRIGHTNESS_LEVEL {
  UCHAR Count;
  UCHAR Level[BRIGHTNESS_MAX_LEVEL_COUNT];
} BRIGHTNESS_LEVEL, *PBRIGHTNESS_LEVEL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

BRIGHTNESS_LEVEL structure

Description

A BRIGHTNESS_LEVEL structure contains the brightness levels of a display panel.

Members

Count

The number of brightness levels in the array.

Level

Array of brightness levels. The number of elements in this array is specified by the Count member.

See also

IOCTL_PANEL_QUERY_BRIGHTNESS_RANGES

PANEL_QUERY_BRIGHTNESS_RANGES