|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <volutil.h>
Public Attributes | |
| WCHAR | DeviceName [MAX_PATH] |
| NT device name: "\Device\HarddiskVolumeN". | |
| WCHAR | DriveLetter |
| WCHAR | VolumeLabel [MAXIMUM_VOLUME_LABEL_LENGTH/sizeof(WCHAR)+1] |
| Volume label, NUL-terminated. | |
| WCHAR | FileSystem [MAX_PATH+1] |
NT device name: "\Device\HarddiskVolumeN".
Definition at line 18 of file volutil.h.
Referenced by FsVolCallback(), and SelectPartitionPage().
| WCHAR _VOLINFO::DriveLetter |
Definition at line 20 of file volutil.h.
Referenced by AddNTOSInstallationItem(), AssignDriveLetters(), FindSupportedSystemPartition(), FsVolCallback(), GetActiveDiskPartition(), GetNTOSInstallationName(), PartitionDescription(), and PrintPartitionData().
Definition at line 22 of file volutil.h.
Referenced by FsVolCallback(), PartitionDescription(), and PrintPartitionData().
| WCHAR _VOLINFO::VolumeLabel[MAXIMUM_VOLUME_LABEL_LENGTH/sizeof(WCHAR)+1] |
Volume label, NUL-terminated.
Definition at line 21 of file volutil.h.
Referenced by PartitionDescription(), and PrintPartitionData().