Share via


IDiskInfo.Status Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the status of an arbitrary hard disk on the Windows Home Server system.

Namespace: WHSInfoIF
Assembly: Interop.WHSInfoIF (in interop.whsinfoif.dll)

Syntax

'Declaration
<DispIdAttribute(1610678275)> _
ReadOnly Property Status As WHSDiskStatus
'Usage
Dim instance As IDiskInfo
Dim value As WHSDiskStatus

value = instance.Status
[DispIdAttribute(1610678275)] 
WHSDiskStatus Status { get; }
[DispIdAttribute(1610678275)] 
property WHSDiskStatus Status {
    WHSDiskStatus get ();
}
/** @property */
WHSDiskStatus get_Status ()
function get Status () : WHSDiskStatus

Property Value

An enumeration of type WHSDiskStatus that indicates the current state of the hard disk.

Remarks

There are 6 members of the enumeration that reflect the 6 recognized states of a given hard disk:

WHS_DISK_FAILED

WHS_DISK_FAILING

WHS_DISK_HEALTHY

WHS_DISK_INITIALIZED

WHS_DISK_MISSING

WHS_DISK_UNKNOWN

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IDiskInfo Interface
IDiskInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.