ReactOS 0.4.16-dev-983-g23ad936
|
#include <fsutil.h>
Public Attributes | |
PVOLENTRY | Volume |
NTSTATUS | ErrorStatus |
PCWSTR | FileSystemName |
FMIFS_MEDIA_FLAG | MediaFlag |
PCWSTR | Label |
BOOLEAN | QuickFormat |
ULONG | ClusterSize |
PFMIFSCALLBACK | Callback |
PFMIFSCALLBACK _FORMAT_VOLUME_INFO::Callback |
Definition at line 183 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
ULONG _FORMAT_VOLUME_INFO::ClusterSize |
Definition at line 182 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
NTSTATUS _FORMAT_VOLUME_INFO::ErrorStatus |
Definition at line 175 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
PCWSTR _FORMAT_VOLUME_INFO::FileSystemName |
Definition at line 178 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
PCWSTR _FORMAT_VOLUME_INFO::Label |
Definition at line 180 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
FMIFS_MEDIA_FLAG _FORMAT_VOLUME_INFO::MediaFlag |
Definition at line 179 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
BOOLEAN _FORMAT_VOLUME_INFO::QuickFormat |
Definition at line 181 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
PVOLENTRY _FORMAT_VOLUME_INFO::Volume |
Definition at line 173 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().