[PSDK]
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 20 Aug 2010 16:55:33 +0000 (16:55 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 20 Aug 2010 16:55:33 +0000 (16:55 +0000)
- Add missing DISPLAY_BRIGHTNESS and some related definitions.

svn path=/trunk/; revision=48575

reactos/include/psdk/ntddvdeo.h

index 2aa4774..6bf65a4 100644 (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
 }