ReactOS 0.4.16-dev-195-g3bb1e64
_PARTENTRY Struct Reference

#include <partlist.h>

Collaboration diagram for _PARTENTRY:

Public Attributes

LIST_ENTRY ListEntry
 
struct _DISKENTRYDiskEntry
 
ULARGE_INTEGER StartSector
 
ULARGE_INTEGER SectorCount
 
BOOLEAN BootIndicator
 
UCHAR PartitionType
 
ULONG OnDiskPartitionNumber
 
ULONG PartitionNumber
 
ULONG PartitionIndex
 
WCHAR DeviceName [MAX_PATH]
 NT device name: "\Device\HarddiskM\PartitionN".
 
BOOLEAN LogicalPartition
 
BOOLEAN IsPartitioned
 
BOOLEAN New
 
PVOLENTRY Volume
 
CHAR DriveLetter
 
CHAR VolumeLabel [17]
 
CHAR FileSystemName [9]
 
FORMATSTATE FormatState
 
BOOLEAN AutoCreate
 
BOOLEAN NeedsCheck
 
struct _FILE_SYSTEM_ITEMFileSystem
 

Detailed Description

Definition at line 61 of file partlist.h.

Member Data Documentation

◆ AutoCreate

BOOLEAN _PARTENTRY::AutoCreate

Definition at line 127 of file diskpart.h.

◆ BootIndicator

◆ DeviceName

WCHAR _PARTENTRY::DeviceName[MAX_PATH]

NT device name: "\Device\HarddiskM\PartitionN".

Definition at line 77 of file partlist.h.

Referenced by AddPartitionToDisk(), BootLoaderInstallPage(), InitVolumeDeviceName(), and PrepareAndDoCopyThread().

◆ DiskEntry

◆ DriveLetter

CHAR _PARTENTRY::DriveLetter

Definition at line 113 of file diskpart.h.

Referenced by DeletePartition().

◆ FileSystem

struct _FILE_SYSTEM_ITEM* _PARTENTRY::FileSystem

Definition at line 132 of file diskpart.h.

◆ FileSystemName

CHAR _PARTENTRY::FileSystemName[9]

◆ FormatState

◆ IsPartitioned

◆ ListEntry

◆ LogicalPartition

◆ NeedsCheck

BOOLEAN _PARTENTRY::NeedsCheck

Definition at line 130 of file diskpart.h.

◆ New

◆ OnDiskPartitionNumber

ULONG _PARTENTRY::OnDiskPartitionNumber

◆ PartitionIndex

ULONG _PARTENTRY::PartitionIndex

◆ PartitionNumber

◆ PartitionType

◆ SectorCount

◆ StartSector

◆ Volume

◆ VolumeLabel

CHAR _PARTENTRY::VolumeLabel[17]

Definition at line 114 of file diskpart.h.

Referenced by DeletePartition().


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