Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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