ReactOS 0.4.15-dev-7846-g8ba6c66
_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 DriveLetter
 
WCHAR VolumeLabel [20]
 
WCHAR FileSystem [MAX_PATH+1]
 
FORMATSTATE FormatState
 
BOOLEAN LogicalPartition
 
BOOLEAN IsPartitioned
 
BOOLEAN New
 
BOOLEAN NeedsCheck
 
CHAR DriveLetter
 
CHAR VolumeLabel [17]
 
CHAR FileSystemName [9]
 
BOOLEAN AutoCreate
 
struct _FILE_SYSTEM_ITEMFileSystem
 

Detailed Description

Definition at line 41 of file partlist.h.

Member Data Documentation

◆ AutoCreate

BOOLEAN _PARTENTRY::AutoCreate

Definition at line 125 of file diskpart.h.

◆ BootIndicator

◆ DiskEntry

◆ DriveLetter [1/2]

◆ DriveLetter [2/2]

CHAR _PARTENTRY::DriveLetter

Definition at line 111 of file diskpart.h.

◆ FileSystem [1/2]

WCHAR _PARTENTRY::FileSystem[MAX_PATH+1]

◆ FileSystem [2/2]

struct _FILE_SYSTEM_ITEM* _PARTENTRY::FileSystem

Definition at line 130 of file diskpart.h.

◆ FileSystemName

CHAR _PARTENTRY::FileSystemName[9]

◆ FormatState

◆ IsPartitioned

◆ ListEntry

◆ LogicalPartition

◆ NeedsCheck

BOOLEAN _PARTENTRY::NeedsCheck

Definition at line 74 of file partlist.h.

Referenced by CheckFileSystemPage(), GetNextUncheckedPartition(), and SelectFileSystemPage().

◆ New

◆ OnDiskPartitionNumber

ULONG _PARTENTRY::OnDiskPartitionNumber

Definition at line 54 of file partlist.h.

Referenced by AddPartitionToDisk(), DeletePartition(), and UpdateDiskLayout().

◆ PartitionIndex

ULONG _PARTENTRY::PartitionIndex

◆ PartitionNumber

◆ PartitionType

◆ SectorCount

◆ StartSector

◆ VolumeLabel [1/2]

CHAR _PARTENTRY::VolumeLabel[17]

Definition at line 112 of file diskpart.h.

◆ VolumeLabel [2/2]

WCHAR _PARTENTRY::VolumeLabel[20]

Definition at line 59 of file partlist.h.

Referenced by AddPartitionToDisk(), and DeletePartition().


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