ReactOS 0.4.16-dev-252-g9ccafe8
|
#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 176 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
ULONG _FORMAT_VOLUME_INFO::ClusterSize |
Definition at line 175 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
NTSTATUS _FORMAT_VOLUME_INFO::ErrorStatus |
Definition at line 168 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
PCWSTR _FORMAT_VOLUME_INFO::FileSystemName |
Definition at line 171 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
PCWSTR _FORMAT_VOLUME_INFO::Label |
Definition at line 173 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
FMIFS_MEDIA_FLAG _FORMAT_VOLUME_INFO::MediaFlag |
Definition at line 172 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
BOOLEAN _FORMAT_VOLUME_INFO::QuickFormat |
Definition at line 174 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().
PVOLENTRY _FORMAT_VOLUME_INFO::Volume |
Definition at line 166 of file fsutil.h.
Referenced by DoFormatting(), and FsVolCallback().