ReactOS 0.4.16-dev-477-g6ada597
|
Data structure stored when a partition/volume needs to be formatted. More...
#include <reactos.h>
Public Attributes | |
PVOLENTRY | Volume |
WCHAR | FileSystemName [MAX_PATH+1] |
FMIFS_MEDIA_FLAG | MediaFlag |
PCWSTR | Label |
BOOLEAN | QuickFormat |
ULONG | ClusterSize |
Data structure stored when a partition/volume needs to be formatted.
ULONG _VOL_CREATE_INFO::ClusterSize |
Definition at line 191 of file reactos.h.
Referenced by FormatDlgProcWorker(), and FsVolCallback().
Definition at line 187 of file reactos.h.
Referenced by DriveDlgProc(), FormatDlgProcWorker(), and FsVolCallback().
PCWSTR _VOL_CREATE_INFO::Label |
Definition at line 189 of file reactos.h.
Referenced by FormatDlgProcWorker(), and FsVolCallback().
FMIFS_MEDIA_FLAG _VOL_CREATE_INFO::MediaFlag |
Definition at line 188 of file reactos.h.
Referenced by FormatDlgProcWorker(), and FsVolCallback().
BOOLEAN _VOL_CREATE_INFO::QuickFormat |
Definition at line 190 of file reactos.h.
Referenced by FormatDlgProcWorker(), and FsVolCallback().
PVOLENTRY _VOL_CREATE_INFO::Volume |
Definition at line 180 of file reactos.h.
Referenced by DoCreatePartition(), FormatDlgProcWorker(), and FsVolCallback().