ReactOS 0.4.16-dev-178-g8ba6102
_VOLINFO Struct Reference

#include <volutil.h>

Public Attributes

WCHAR DeviceName [MAX_PATH]
 NT device name: "\Device\HarddiskVolumeN".
 
WCHAR DriveLetter
 
WCHAR VolumeLabel [20]
 
WCHAR FileSystem [MAX_PATH+1]
 

Detailed Description

Definition at line 10 of file volutil.h.

Member Data Documentation

◆ DeviceName

WCHAR _VOLINFO::DeviceName[MAX_PATH]

NT device name: "\Device\HarddiskVolumeN".

Definition at line 13 of file volutil.h.

Referenced by FsVolCallback(), and SelectPartitionPage().

◆ DriveLetter

◆ FileSystem

WCHAR _VOLINFO::FileSystem[MAX_PATH+1]

Definition at line 17 of file volutil.h.

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

◆ VolumeLabel

WCHAR _VOLINFO::VolumeLabel[20]

Definition at line 16 of file volutil.h.

Referenced by PartitionDescription(), and PrintPartitionData().


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