mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[SDK] Define DO_UNLOAD_PENDING
Based on: http://www.perisoft.net/engineer/wdmcard.htm CORE-13882
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user