DriveFormatResult Enumeration
Specifies a result status code of a drive format operation.
Namespace: DevCase.Core.IO.Devices.DrivesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DriveFormatResult
Public Enumeration DriveFormatResult
Dim instance As DriveFormatResult
public enum class DriveFormatResult
No code example is currently available or this language may not be supported.
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 |
|