mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
Define DRVO_UNLOAD_INVOKED, DRVO_LEGACY_DRIVER, DRVO_BUILTIN_DRIVER, DRVO_REINIT_REGISTERED, DRVO_INITIALIZED, DRVO_BOOTREINIT_REGISTERED and DRVO_LEGACY_RESOURCES. Thanks Alex.
svn path=/trunk/; revision=16050
This commit is contained in:
parent
bb40279864
commit
4d14d7da13
1 changed files with 8 additions and 0 deletions
|
@ -2791,6 +2791,14 @@ typedef struct _FAST_IO_DISPATCH {
|
||||||
PFAST_IO_RELEASE_FOR_CCFLUSH ReleaseForCcFlush;
|
PFAST_IO_RELEASE_FOR_CCFLUSH ReleaseForCcFlush;
|
||||||
} FAST_IO_DISPATCH, *PFAST_IO_DISPATCH;
|
} FAST_IO_DISPATCH, *PFAST_IO_DISPATCH;
|
||||||
|
|
||||||
|
#define DRVO_UNLOAD_INVOKED 0x00000001
|
||||||
|
#define DRVO_LEGACY_DRIVER 0x00000002
|
||||||
|
#define DRVO_BUILTIN_DRIVER 0x00000004
|
||||||
|
#define DRVO_REINIT_REGISTERED 0x00000008
|
||||||
|
#define DRVO_INITIALIZED 0x00000010
|
||||||
|
#define DRVO_BOOTREINIT_REGISTERED 0x00000020
|
||||||
|
#define DRVO_LEGACY_RESOURCES 0x00000040
|
||||||
|
|
||||||
typedef struct _DRIVER_OBJECT {
|
typedef struct _DRIVER_OBJECT {
|
||||||
CSHORT Type;
|
CSHORT Type;
|
||||||
CSHORT Size;
|
CSHORT Size;
|
||||||
|
|
Loading…
Reference in a new issue