|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
Dialog context structure used by PartitionDlgProc() and FormatDlgProc(Worker)(). More...

Public Attributes | |
| PPARTITEM | PartItem |
| ULONG | MaxSizeMB |
| ULONG | PartSizeMB |
| BOOLEAN | MBRExtPart |
| BOOLEAN | ForceFormat |
Dialog context structure used by PartitionDlgProc() and FormatDlgProc(Worker)().
Definition at line 367 of file drivepage.c.
| BOOLEAN _PARTCREATE_CTX::ForceFormat |
Definition at line 373 of file drivepage.c.
Referenced by DriveDlgProc().
| ULONG _PARTCREATE_CTX::MaxSizeMB |
Definition at line 370 of file drivepage.c.
Referenced by DriveDlgProc(), and PartitionDlgProc().
| BOOLEAN _PARTCREATE_CTX::MBRExtPart |
Definition at line 372 of file drivepage.c.
Referenced by DriveDlgProc(), and PartitionDlgProc().
| PPARTITEM _PARTCREATE_CTX::PartItem |
Definition at line 369 of file drivepage.c.
Referenced by DriveDlgProc().
| ULONG _PARTCREATE_CTX::PartSizeMB |
Definition at line 371 of file drivepage.c.
Referenced by DriveDlgProc(), and PartitionDlgProc().