CheckDiskResult Enumeration
Indicates the results of running the check disk operation on a volume.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[FlagsAttribute]
public enum CheckDiskResult
[FlagsAttribute]
public enum class CheckDiskResult
<FlagsAttribute>
Public Enumeration CheckDiskResult
Members
Member name | Description | |
---|---|---|
CannotRepair | Indicates that the volume cannot be repaired. |
|
ErrorsRepaired | Indicates that errors were found and fixed. |
|
NoErrors | Indicates that no errors were found. |
|
OtherError | Indicates that an unidentified error has occurred. |
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top