ReactOS 0.4.17-dev-116-ga4b6fe9
_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 367 of file drivepage.c.

Member Data Documentation

◆ 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().

◆ 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: