mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
[PSDK] Add some missing definitions.
svn path=/trunk/; revision=70883
This commit is contained in:
parent
44d89b03bc
commit
0737aa31b7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue