|
ReactOS 0.4.17-dev-573-g8315b8c
|
Data structure stored for each partition item in the TreeList. (None for disks items.) More...

Public Attributes | |
| PPARTENTRY | PartEntry |
| PVOLENTRY | Volume |
| PVOL_CREATE_INFO | VolCreate |
Data structure stored for each partition item in the TreeList. (None for disks items.)
Definition at line 356 of file drivepage.c.
| PPARTENTRY _PARTITEM::PartEntry |
Definition at line 358 of file drivepage.c.
Referenced by DoCreatePartition(), DoDeletePartition(), DriveDlgProc(), PrintPartitionData(), and SelectInstallPartition().
| PVOL_CREATE_INFO _PARTITEM::VolCreate |
Definition at line 360 of file drivepage.c.
Referenced by DeleteTreeItem(), DoCreatePartition(), FindVolCreateInTreeByVolume(), FormatDlgProcWorker(), and SelectInstallPartition().
| PVOLENTRY _PARTITEM::Volume |
Definition at line 359 of file drivepage.c.
Referenced by DoCreatePartition(), FindVolCreateInTreeByVolume(), FormatDlgProcWorker(), and PrintPartitionData().