WHSDiskStatus Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Indicates the status of a given hard disk attached to the Windows Home Server system.
Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)
Syntax
'Declaration
Public Enumeration WHSDiskStatus
'Usage
Dim instance As WHSDiskStatus
public enum WHSDiskStatus
public enum class WHSDiskStatus
public enum WHSDiskStatus
public enum WHSDiskStatus
Members
| Member name | Description | |
|---|---|---|
| WHS_DISK_FAILED | Indicates that the hard disk has suffered a catastrophic failure. | |
| WHS_DISK_FAILING | Indicates an imminent failure of the hard disk. | |
| WHS_DISK_HEALTHY | Indicates that the hard disk is available for use by the Windows Home Server system. The hard disk moves into this status after leaving the WHS_DISK_INITIALIZED status. | |
| WHS_DISK_INITIALIZED | Indicates that the hard disk has been initialized for use by the Windows Home Server system. | |
| WHS_DISK_MISSING | Indicates that the hard disk has been initialized by the Windows Home Server system but is no longer attached. | |
| WHS_DISK_UNKNOWN | Indicates that the hard disk is attached but has not yet been initialized by the Windows Home Server system. |
Platforms
Windows Home Server
Windows Home Server
See Also
Reference
.gif)