Edit

Share via


BRIGHTNESS_LEVEL structure (ntddvdeo.h)

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

Syntax

typedef struct _BRIGHTNESS_LEVEL {
  UCHAR Count;
  UCHAR Level[BRIGHTNESS_MAX_LEVEL_COUNT];
} BRIGHTNESS_LEVEL, *PBRIGHTNESS_LEVEL;

Members

Count

The number of brightness levels in the array.

Level[BRIGHTNESS_MAX_LEVEL_COUNT]

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

Requirements

Requirement Value
Header ntddvdeo.h