ReactOS 0.4.16-dev-477-g6ada597
_VOL_CREATE_INFO Struct Reference

Data structure stored when a partition/volume needs to be formatted. More...

#include <reactos.h>

Collaboration diagram for _VOL_CREATE_INFO:

Public Attributes

PVOLENTRY Volume
 
WCHAR FileSystemName [MAX_PATH+1]
 
FMIFS_MEDIA_FLAG MediaFlag
 
PCWSTR Label
 
BOOLEAN QuickFormat
 
ULONG ClusterSize
 

Detailed Description

Data structure stored when a partition/volume needs to be formatted.

Definition at line 178 of file reactos.h.

Member Data Documentation

◆ ClusterSize

ULONG _VOL_CREATE_INFO::ClusterSize

Definition at line 191 of file reactos.h.

Referenced by FormatDlgProcWorker(), and FsVolCallback().

◆ FileSystemName

WCHAR _VOL_CREATE_INFO::FileSystemName[MAX_PATH+1]

Definition at line 187 of file reactos.h.

Referenced by DriveDlgProc(), FormatDlgProcWorker(), and FsVolCallback().

◆ Label

PCWSTR _VOL_CREATE_INFO::Label

Definition at line 189 of file reactos.h.

Referenced by FormatDlgProcWorker(), and FsVolCallback().

◆ MediaFlag

FMIFS_MEDIA_FLAG _VOL_CREATE_INFO::MediaFlag

Definition at line 188 of file reactos.h.

Referenced by FormatDlgProcWorker(), and FsVolCallback().

◆ QuickFormat

BOOLEAN _VOL_CREATE_INFO::QuickFormat

Definition at line 190 of file reactos.h.

Referenced by FormatDlgProcWorker(), and FsVolCallback().

◆ Volume

PVOLENTRY _VOL_CREATE_INFO::Volume

Definition at line 180 of file reactos.h.

Referenced by DoCreatePartition(), FormatDlgProcWorker(), and FsVolCallback().


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