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)

[FlagsAttribute]
public enum class CheckDiskResult

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: