[PSDK] Add some missing definitions.
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 3 Mar 2016 13:45:51 +0000 (13:45 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 3 Mar 2016 13:45:51 +0000 (13:45 +0000)
svn path=/trunk/; revision=70883

reactos/include/psdk/dbt.h

index 66222d9..21483c5 100644 (file)
@@ -7,6 +7,7 @@
 extern "C" {
 #endif
 #define DBT_NO_DISK_SPACE      0x47
+#define DBT_LOW_DISK_SPACE 0x0048
 #define DBT_CONFIGMGPRIVATE    0x7FFF
 #define DBT_DEVICEARRIVAL      0x8000
 #define DBT_DEVICEQUERYREMOVE  0x8001
@@ -14,6 +15,7 @@ extern "C" {
 #define DBT_DEVICEREMOVEPENDING        0x8003
 #define DBT_DEVICEREMOVECOMPLETE       0x8004
 #define DBT_DEVICETYPESPECIFIC 0x8005
+#define DBT_CUSTOMEVENT 0x8006
 #define DBT_DEVTYP_OEM 0
 #define DBT_DEVTYP_DEVNODE     1
 #define DBT_DEVTYP_VOLUME      2