ReactOS 0.4.16-dev-2104-gb84fa49
_VOLENTRY Struct Reference

#include <partlist.h>

Collaboration diagram for _VOLENTRY:

Public Attributes

LIST_ENTRY ListEntry
 Entry in VolumesList.
 
VOLINFO Info
 
FORMATSTATE FormatState
 
BOOLEAN NeedsCheck
 
BOOLEAN New
 
PPARTENTRY PartEntry
 
ULONG VolumeNumber
 
WCHAR VolumeName [MAX_PATH]
 
WCHAR DeviceName [MAX_PATH]
 
DWORD SerialNumber
 
WCHAR DriveLetter
 
PWSTR pszLabel
 
PWSTR pszFilesystem
 
VOLUME_TYPE VolumeType
 
ULARGE_INTEGER Size
 
ULARGE_INTEGER TotalAllocationUnits
 
ULARGE_INTEGER AvailableAllocationUnits
 
ULONG SectorsPerAllocationUnit
 
ULONG BytesPerSector
 
PVOLUME_DISK_EXTENTS pExtents
 

Detailed Description

Definition at line 43 of file partlist.h.

Member Data Documentation

◆ AvailableAllocationUnits

ULARGE_INTEGER _VOLENTRY::AvailableAllocationUnits

Definition at line 249 of file diskpart.h.

◆ BytesPerSector

ULONG _VOLENTRY::BytesPerSector

Definition at line 251 of file diskpart.h.

Referenced by AddVolumeToList().

◆ DeviceName

WCHAR _VOLENTRY::DeviceName[MAX_PATH]

Definition at line 238 of file diskpart.h.

Referenced by AddVolumeToList(), assign_main(), format_main(), and remove_main().

◆ DriveLetter

WCHAR _VOLENTRY::DriveLetter

Definition at line 241 of file diskpart.h.

Referenced by AddVolumeToList(), assign_main(), format_main(), and remove_main().

◆ FormatState

FORMATSTATE _VOLENTRY::FormatState

Definition at line 48 of file partlist.h.

Referenced by DriveDlgProc(), and SelectPartitionPage().

◆ Info

◆ ListEntry

LIST_ENTRY _VOLENTRY::ListEntry

Entry in VolumesList.

Definition at line 45 of file partlist.h.

Referenced by AddVolumeToList().

◆ NeedsCheck

BOOLEAN _VOLENTRY::NeedsCheck

Definition at line 51 of file partlist.h.

Referenced by InitSystemPartition().

◆ New

BOOLEAN _VOLENTRY::New

Definition at line 53 of file partlist.h.

Referenced by SelectPartitionPage().

◆ PartEntry

PPARTENTRY _VOLENTRY::PartEntry

Definition at line 57 of file partlist.h.

◆ pExtents

PVOLUME_DISK_EXTENTS _VOLENTRY::pExtents

Definition at line 253 of file diskpart.h.

Referenced by DestroyVolumeList(), and GetVolumeFromPartition().

◆ pszFilesystem

PWSTR _VOLENTRY::pszFilesystem

Definition at line 244 of file diskpart.h.

Referenced by AddVolumeToList(), and DestroyVolumeList().

◆ pszLabel

PWSTR _VOLENTRY::pszLabel

Definition at line 243 of file diskpart.h.

Referenced by AddVolumeToList(), and DestroyVolumeList().

◆ SectorsPerAllocationUnit

ULONG _VOLENTRY::SectorsPerAllocationUnit

Definition at line 250 of file diskpart.h.

Referenced by AddVolumeToList().

◆ SerialNumber

DWORD _VOLENTRY::SerialNumber

Definition at line 239 of file diskpart.h.

Referenced by AddVolumeToList().

◆ Size

ULARGE_INTEGER _VOLENTRY::Size

Definition at line 246 of file diskpart.h.

◆ TotalAllocationUnits

ULARGE_INTEGER _VOLENTRY::TotalAllocationUnits

Definition at line 248 of file diskpart.h.

◆ VolumeName

WCHAR _VOLENTRY::VolumeName[MAX_PATH]

Definition at line 237 of file diskpart.h.

Referenced by AddVolumeToList(), assign_main(), format_main(), and remove_main().

◆ VolumeNumber

ULONG _VOLENTRY::VolumeNumber

Definition at line 236 of file diskpart.h.

Referenced by AddVolumeToList(), and SelectVolume().

◆ VolumeType

VOLUME_TYPE _VOLENTRY::VolumeType

Definition at line 245 of file diskpart.h.

Referenced by AddVolumeToList(), and format_main().


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