ReactOS 0.4.17-dev-684-ga6524ef
_PARTCREATE_CTX Struct Reference

Dialog context structure used by PartitionDlgProc() and FormatDlgProc(Worker)(). More...

Collaboration diagram for _PARTCREATE_CTX:

Public Attributes

PPARTITEM PartItem
 
ULONG MaxSizeMB
 
ULONG PartSizeMB
 
BOOLEAN MBRExtPart
 
BOOLEAN ForceFormat:1
 
BOOLEAN AutoFormat:1
 

Detailed Description

Dialog context structure used by PartitionDlgProc() and FormatDlgProc(Worker)().

Definition at line 367 of file drivepage.c.

Member Data Documentation

◆ AutoFormat

BOOLEAN _PARTCREATE_CTX::AutoFormat

Definition at line 374 of file drivepage.c.

Referenced by SelectInstallPartition().

◆ ForceFormat

BOOLEAN _PARTCREATE_CTX::ForceFormat

Definition at line 373 of file drivepage.c.

Referenced by DriveDlgProc().

◆ MaxSizeMB

ULONG _PARTCREATE_CTX::MaxSizeMB

Definition at line 370 of file drivepage.c.

Referenced by DriveDlgProc(), and PartitionDlgProc().

◆ MBRExtPart

BOOLEAN _PARTCREATE_CTX::MBRExtPart

Definition at line 372 of file drivepage.c.

Referenced by DriveDlgProc(), and PartitionDlgProc().

◆ PartItem

PPARTITEM _PARTCREATE_CTX::PartItem

Definition at line 369 of file drivepage.c.

Referenced by DriveDlgProc(), and SelectInstallPartition().

◆ PartSizeMB

ULONG _PARTCREATE_CTX::PartSizeMB

Definition at line 371 of file drivepage.c.

Referenced by DriveDlgProc(), and PartitionDlgProc().


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