Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An array of BRIGHTNESS_NIT_RANGE structures.
Syntax
typedef struct BRIGHTNESS_NIT_RANGES {
ULONG NormalRangeCount;
ULONG RangeCount;
ULONG PreferredMaximumBrightness;
BRIGHTNESS_NIT_RANGE SupportedRanges[BRIGHTNESS_MAX_NIT_RANGE_COUNT];
} BRIGHTNESS_NIT_RANGES, *PBRIGHTNESS_NIT_RANGES;
Members
NormalRangeCount
The normal range count.
RangeCount
The range count.
PreferredMaximumBrightness
The preferred maximum brightness.
SupportedRanges[BRIGHTNESS_MAX_NIT_RANGE_COUNT]
The array of supported ranges.
Requirements
| Requirement | Value |
|---|---|
| Header | ntddvdeo.h |