mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[SDK] Define DO_UNLOAD_PENDING
Based on: http://www.perisoft.net/engineer/wdmcard.htm CORE-13882
This commit is contained in:
parent
a4ca5f05d1
commit
b804b7fa9e
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ $if (_NTDDK_)
|
|||
$endif (_NTDDK_)
|
||||
$if (_WDMDDK_)
|
||||
/* DEVICE_OBJECT.Flags */
|
||||
#define DO_UNLOAD_PENDING 0x00000001
|
||||
#define DO_VERIFY_VOLUME 0x00000002
|
||||
#define DO_BUFFERED_IO 0x00000004
|
||||
#define DO_EXCLUSIVE 0x00000008
|
||||
|
|
Loading…
Reference in a new issue