ReactOS 0.4.15-dev-8614-gbc76250
_FORMAT_VOLUME_INFO Struct Reference

#include <fsutil.h>

Collaboration diagram for _FORMAT_VOLUME_INFO:

Public Attributes

PVOLENTRY Volume
 
NTSTATUS ErrorStatus
 
PCWSTR FileSystemName
 
FMIFS_MEDIA_FLAG MediaFlag
 
PCWSTR Label
 
BOOLEAN QuickFormat
 
ULONG ClusterSize
 
PFMIFSCALLBACK Callback
 

Detailed Description

Definition at line 164 of file fsutil.h.

Member Data Documentation

◆ Callback

PFMIFSCALLBACK _FORMAT_VOLUME_INFO::Callback

Definition at line 176 of file fsutil.h.

Referenced by DoFormatting(), and FsVolCallback().

◆ ClusterSize

ULONG _FORMAT_VOLUME_INFO::ClusterSize

Definition at line 175 of file fsutil.h.

Referenced by DoFormatting(), and FsVolCallback().

◆ ErrorStatus

NTSTATUS _FORMAT_VOLUME_INFO::ErrorStatus

Definition at line 168 of file fsutil.h.

Referenced by DoFormatting(), and FsVolCallback().

◆ FileSystemName

PCWSTR _FORMAT_VOLUME_INFO::FileSystemName

Definition at line 171 of file fsutil.h.

Referenced by DoFormatting(), and FsVolCallback().

◆ Label

PCWSTR _FORMAT_VOLUME_INFO::Label

Definition at line 173 of file fsutil.h.

Referenced by DoFormatting(), and FsVolCallback().

◆ MediaFlag

FMIFS_MEDIA_FLAG _FORMAT_VOLUME_INFO::MediaFlag

Definition at line 172 of file fsutil.h.

Referenced by DoFormatting(), and FsVolCallback().

◆ QuickFormat

BOOLEAN _FORMAT_VOLUME_INFO::QuickFormat

Definition at line 174 of file fsutil.h.

Referenced by DoFormatting(), and FsVolCallback().

◆ Volume

PVOLENTRY _FORMAT_VOLUME_INFO::Volume

Definition at line 166 of file fsutil.h.

Referenced by DoFormatting(), and FsVolCallback().


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