[PSDK] Add some missing definitions.

svn path=/trunk/; revision=70883
This commit is contained in:
Amine Khaldi 2016-03-03 13:45:51 +00:00
parent 44d89b03bc
commit 0737aa31b7

View 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