ReactOS 0.4.16-dev-822-gbcedb53
|
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 373 of file drivepage.c.
PPARTENTRY _PARTITEM::PartEntry |
Definition at line 375 of file drivepage.c.
Referenced by DoCreatePartition(), DoDeletePartition(), DriveDlgProc(), and PrintPartitionData().
PVOL_CREATE_INFO _PARTITEM::VolCreate |
Definition at line 377 of file drivepage.c.
Referenced by DeleteTreeItem(), DoCreatePartition(), DriveDlgProc(), FindVolCreateInTreeByVolume(), and FormatDlgProcWorker().
PVOLENTRY _PARTITEM::Volume |
Definition at line 376 of file drivepage.c.
Referenced by DoCreatePartition(), FindVolCreateInTreeByVolume(), FormatDlgProcWorker(), and PrintPartitionData().