ReactOS 0.4.16-dev-833-g4bc97ad
|
#include <volutil.h>
Public Attributes | |
WCHAR | DeviceName [MAX_PATH] |
NT device name: "\Device\HarddiskVolumeN". | |
WCHAR | DriveLetter |
WCHAR | VolumeLabel [20] |
WCHAR | FileSystem [MAX_PATH+1] |
NT device name: "\Device\HarddiskVolumeN".
Definition at line 13 of file volutil.h.
Referenced by FsVolCallback(), and SelectPartitionPage().
WCHAR _VOLINFO::DriveLetter |
Definition at line 15 of file volutil.h.
Referenced by AddNTOSInstallationItem(), AssignDriveLetters(), FindSupportedSystemPartition(), FsVolCallback(), GetActiveDiskPartition(), GetNTOSInstallationName(), PartitionDescription(), and PrintPartitionData().
Definition at line 17 of file volutil.h.
Referenced by FsVolCallback(), PartitionDescription(), and PrintPartitionData().
WCHAR _VOLINFO::VolumeLabel[20] |
Definition at line 16 of file volutil.h.
Referenced by PartitionDescription(), and PrintPartitionData().