ReactOS 0.4.16-dev-835-gd769f56
_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
 

Detailed Description

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

Definition at line 384 of file drivepage.c.

Member Data Documentation

◆ ForceFormat

BOOLEAN _PARTCREATE_CTX::ForceFormat

Definition at line 390 of file drivepage.c.

Referenced by DriveDlgProc().

◆ MaxSizeMB

ULONG _PARTCREATE_CTX::MaxSizeMB

Definition at line 387 of file drivepage.c.

Referenced by DriveDlgProc(), and PartitionDlgProc().

◆ MBRExtPart

BOOLEAN _PARTCREATE_CTX::MBRExtPart

Definition at line 389 of file drivepage.c.

Referenced by DriveDlgProc(), and PartitionDlgProc().

◆ PartItem

PPARTITEM _PARTCREATE_CTX::PartItem

Definition at line 386 of file drivepage.c.

Referenced by DriveDlgProc().

◆ PartSizeMB

ULONG _PARTCREATE_CTX::PartSizeMB

Definition at line 388 of file drivepage.c.

Referenced by DriveDlgProc(), and PartitionDlgProc().


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