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.
Sets the brightness state.
Syntax
typedef struct _PANEL_SET_BRIGHTNESS_STATE {
union {
struct {
ULONG Smooth : 1;
ULONG Reserved : 31;
};
ULONG Value;
};
} PANEL_SET_BRIGHTNESS_STATE, *PPANEL_SET_BRIGHTNESS_STATE;
Members
Smooth
Supports a smooth timed transition.
Reserved
Reserved.
Value
The optimization level of brightness control.
Requirements
| Requirement | Value |
|---|---|
| Header | ntddvdeo.h |