WHSDiskStatus Enumeration

Indicates the status of a given hard disk attached to the Windows Home Server system.

Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)

Usage

Syntax

'Declaration
Public Enumeration 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_REMOVED Indicates that the hard disk has been removed from the Windows Home Server system.
WHS_DISK_UNKNOWN Indicates that the hard disk is attached but has not yet been initialized by the Windows Home Server system.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP

Target Platforms

Windows Home Server

See Also

Reference

Microsoft.HomeServer.SDK.Interop.v1 Namespace