ReactOS 0.4.15-dev-7961-gdcf9eb0
_VPB Struct Reference

#include <iotypes.h>

Collaboration diagram for _VPB:

Public Attributes

CSHORT Type
 
CSHORT Size
 
USHORT Flags
 
USHORT VolumeLabelLength
 
struct _DEVICE_OBJECTDeviceObject
 
struct _DEVICE_OBJECTRealDevice
 
ULONG SerialNumber
 
ULONG ReferenceCount
 
WCHAR VolumeLabel [MAXIMUM_VOLUME_LABEL_LENGTH/sizeof(WCHAR)]
 

Detailed Description

Definition at line 189 of file iotypes.h.

Member Data Documentation

◆ DeviceObject

struct _DEVICE_OBJECT* _VPB::DeviceObject

Definition at line 194 of file iotypes.h.

Referenced by do_shutdown(), IopReferenceVerifyVpb(), and UDFDismountVcb().

◆ Flags

◆ RealDevice

◆ ReferenceCount

ULONG _VPB::ReferenceCount

Definition at line 197 of file iotypes.h.

Referenced by IopReferenceVerifyVpb(), IoVerifyVolume(), and UDFDismountVcb().

◆ SerialNumber

ULONG _VPB::SerialNumber

Definition at line 196 of file iotypes.h.

Referenced by _Success_(), and Ext2MountVolume().

◆ Size

CSHORT _VPB::Size

Definition at line 191 of file iotypes.h.

Referenced by do_shutdown(), invalidate_volumes(), UDFDismountVcb(), and UDFInvalidateVolumes().

◆ Type

CSHORT _VPB::Type

Definition at line 190 of file iotypes.h.

Referenced by do_shutdown(), invalidate_volumes(), UDFDismountVcb(), and UDFInvalidateVolumes().

◆ VolumeLabel

Definition at line 198 of file iotypes.h.

Referenced by _Success_(), and Ext2MountVolume().

◆ VolumeLabelLength

USHORT _VPB::VolumeLabelLength

Definition at line 193 of file iotypes.h.

Referenced by _Success_(), and Ext2MountVolume().


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