mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[PSDK]
- Add missing DISPLAY_BRIGHTNESS and some related definitions. svn path=/trunk/; revision=48575
This commit is contained in:
parent
5122323eb8
commit
ca4003c9f8
1 changed files with 9 additions and 0 deletions
|
@ -468,6 +468,15 @@ typedef struct _ENG_EVENT
|
|||
ULONG fFlags;
|
||||
} ENG_EVENT, *PENG_EVENT;
|
||||
|
||||
typedef struct _DISPLAY_BRIGHTNESS {
|
||||
UCHAR ucDisplayPolicy;
|
||||
UCHAR ucACBrightness;
|
||||
UCHAR ucDCBrightness;
|
||||
} DISPLAY_BRIGHTNESS, *PDISPLAY_BRIGHTNESS;
|
||||
|
||||
#define DISPLAYPOLICY_AC 0x00000001
|
||||
#define DISPLAYPOLICY_DC 0x00000002
|
||||
#define DISPLAYPOLICY_BOTH 0x00000003
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue