|
ReactOS 0.4.16-dev-1946-g52006dd
|
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 384 of file drivepage.c.
| BOOLEAN _PARTCREATE_CTX::ForceFormat |
Definition at line 390 of file drivepage.c.
Referenced by DriveDlgProc().
| ULONG _PARTCREATE_CTX::MaxSizeMB |
Definition at line 387 of file drivepage.c.
Referenced by DriveDlgProc(), and PartitionDlgProc().
| BOOLEAN _PARTCREATE_CTX::MBRExtPart |
Definition at line 389 of file drivepage.c.
Referenced by DriveDlgProc(), and PartitionDlgProc().
| PPARTITEM _PARTCREATE_CTX::PartItem |
Definition at line 386 of file drivepage.c.
Referenced by DriveDlgProc().
| ULONG _PARTCREATE_CTX::PartSizeMB |
Definition at line 388 of file drivepage.c.
Referenced by DriveDlgProc(), and PartitionDlgProc().