|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntddstor.h>

Public Attributes | |
| ULONG | Version |
| ULONG | Size |
| union { | |
| struct { | |
| UCHAR ServiceAction:5 | |
| UCHAR Reserved1:3 | |
| USHORT AllocationLength | |
| } PR_IN | |
| struct { | |
| UCHAR ServiceAction:5 | |
| UCHAR Reserved1:3 | |
| UCHAR Type:4 | |
| UCHAR Scope:4 | |
| UCHAR ParameterList [0] | |
| } PR_OUT | |
| } | DUMMYUNIONNAME |
Definition at line 830 of file ntddstor.h.
| USHORT _PERSISTENT_RESERVE_COMMAND::AllocationLength |
Definition at line 837 of file ntddstor.h.
| __MINGW_EXTENSION union { ... } _PERSISTENT_RESERVE_COMMAND::DUMMYUNIONNAME |
| UCHAR _PERSISTENT_RESERVE_COMMAND::ParameterList[0] |
Definition at line 844 of file ntddstor.h.
| struct { ... } _PERSISTENT_RESERVE_COMMAND::PR_IN |
Referenced by ClasspPersistentReserve(), and RequestValidatePersistentReserve().
| struct { ... } _PERSISTENT_RESERVE_COMMAND::PR_OUT |
Referenced by ClasspPersistentReserve(), and RequestValidatePersistentReserve().
| UCHAR _PERSISTENT_RESERVE_COMMAND::Reserved1 |
Definition at line 836 of file ntddstor.h.
| UCHAR _PERSISTENT_RESERVE_COMMAND::Scope |
Definition at line 843 of file ntddstor.h.
| UCHAR _PERSISTENT_RESERVE_COMMAND::ServiceAction |
Definition at line 835 of file ntddstor.h.
| ULONG _PERSISTENT_RESERVE_COMMAND::Size |
Definition at line 832 of file ntddstor.h.
Referenced by ClasspPersistentReserve(), and RequestValidatePersistentReserve().
| UCHAR _PERSISTENT_RESERVE_COMMAND::Type |
Definition at line 842 of file ntddstor.h.
| ULONG _PERSISTENT_RESERVE_COMMAND::Version |
Definition at line 831 of file ntddstor.h.