DriveFormatResult Enumeration

Specifies a result status code of a drive format operation.

Definition

Namespace: DevCase.Core.IO.Devices.Drives
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DriveFormatResult

Members

Success 0 No error. Drive is formatted successful.
UnsupportedFileSystem 1  
IncompatibleMediaInDrive 2  
AccessDenied 3  
CallCanceled 4  
CallCancellationRequestTooLate 5  
VolumeWriteProtected 6  
VolumeLockFailed 7  
UnableToQuickFormat 8  
IOerror 9  
InvalidVolumeLabel 10  
NoMediaInDrive 11  
VolumeIsTooSmall 12  
VolumeIsTooLarge 13  
VolumeIsNotMounted 14  
ClusterSizeIsTooSmall 15  
ClusterSizeIsTooLarge 16  
ClusterSizeIsBeyond32Bits 17  
UnknownError 18  

See Also