ReactOS 0.4.15-dev-7931-gfd331f1
_PERSISTENT_RESERVE_COMMAND Struct Reference

#include <ntddstor.h>

Collaboration diagram for _PERSISTENT_RESERVE_COMMAND:

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
 

Detailed Description

Definition at line 830 of file ntddstor.h.

Member Data Documentation

◆ AllocationLength

USHORT _PERSISTENT_RESERVE_COMMAND::AllocationLength

Definition at line 837 of file ntddstor.h.

◆ 

__MINGW_EXTENSION union { ... } _PERSISTENT_RESERVE_COMMAND::DUMMYUNIONNAME

◆ ParameterList

UCHAR _PERSISTENT_RESERVE_COMMAND::ParameterList[0]

Definition at line 844 of file ntddstor.h.

◆ 

struct { ... } _PERSISTENT_RESERVE_COMMAND::PR_IN

◆ 

struct { ... } _PERSISTENT_RESERVE_COMMAND::PR_OUT

◆ Reserved1

UCHAR _PERSISTENT_RESERVE_COMMAND::Reserved1

Definition at line 836 of file ntddstor.h.

◆ Scope

UCHAR _PERSISTENT_RESERVE_COMMAND::Scope

Definition at line 843 of file ntddstor.h.

◆ ServiceAction

UCHAR _PERSISTENT_RESERVE_COMMAND::ServiceAction

Definition at line 835 of file ntddstor.h.

◆ Size

ULONG _PERSISTENT_RESERVE_COMMAND::Size

Definition at line 832 of file ntddstor.h.

Referenced by ClasspPersistentReserve(), and RequestValidatePersistentReserve().

◆ Type

UCHAR _PERSISTENT_RESERVE_COMMAND::Type

Definition at line 842 of file ntddstor.h.

◆ Version

ULONG _PERSISTENT_RESERVE_COMMAND::Version

Definition at line 831 of file ntddstor.h.


The documentation for this struct was generated from the following file: