ReactOS 0.4.16-dev-2491-g3dc6630
_VOLINFO Struct Reference

#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]
 

Detailed Description

Definition at line 15 of file volutil.h.

Member Data Documentation

◆ DeviceName

WCHAR _VOLINFO::DeviceName[MAX_PATH]

NT device name: "\Device\HarddiskVolumeN".

Definition at line 18 of file volutil.h.

Referenced by FsVolCallback(), and SelectPartitionPage().

◆ DriveLetter

◆ FileSystem

WCHAR _VOLINFO::FileSystem[MAX_PATH+1]

Definition at line 22 of file volutil.h.

Referenced by FsVolCallback(), PartitionDescription(), and PrintPartitionData().

◆ VolumeLabel

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().


The documentation for this struct was generated from the following file: