- Add missing DISPLAY_BRIGHTNESS and some related definitions.

svn path=/trunk/; revision=48575
This commit is contained in:
Amine Khaldi 2010-08-20 16:55:33 +00:00
parent 5122323eb8
commit ca4003c9f8

View file

@ -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
}