|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
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 177 of file reactos.h.
Referenced by FormatDlgProcWorker(), and FsVolCallback().
Definition at line 173 of file reactos.h.
Referenced by DriveDlgProc(), FormatDlgProcWorker(), and FsVolCallback().
| PCWSTR _VOL_CREATE_INFO::Label |
Definition at line 175 of file reactos.h.
Referenced by FormatDlgProcWorker(), and FsVolCallback().
| FMIFS_MEDIA_FLAG _VOL_CREATE_INFO::MediaFlag |
Definition at line 174 of file reactos.h.
Referenced by FormatDlgProcWorker(), and FsVolCallback().
| BOOLEAN _VOL_CREATE_INFO::QuickFormat |
Definition at line 176 of file reactos.h.
Referenced by FormatDlgProcWorker(), and FsVolCallback().
| PVOLENTRY _VOL_CREATE_INFO::Volume |
Definition at line 166 of file reactos.h.
Referenced by DoCreatePartition(), FormatDlgProcWorker(), and FsVolCallback().