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.
Gets the current brightness level, plus details on the brightness transition in progress.
Syntax
typedef struct _PANEL_GET_BRIGHTNESS {
BRIGHTNESS_INTERFACE_VERSION Version;
union {
UCHAR Level;
struct {
ULONG CurrentInMillinits;
ULONG TargetInMillinits;
};
};
} PANEL_GET_BRIGHTNESS, *PPANEL_GET_BRIGHTNESS;
Members
Version
The target version. This value should always be DXGK_BRIGHTNESS_INTERFACE_VERSION_3.
Level
The brightness level.
CurrentInMillinits
Current brightness level.
TargetInMillinits
The brightness level to transition to.
Requirements
| Requirement | Value |
|---|---|
| Header | ntddvdeo.h |