Share via


IWHSInfo Interface

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

Provides the interface used to extend the Windows Home Server platform.

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

Syntax

'Declaration
<InterfaceTypeAttribute(1)> _
<GuidAttribute("0D71BFB4-A870-49AB-9F98-9B3EE1557774")> _
<TypeLibTypeAttribute(256)> _
Public Interface IWHSInfo
'Usage
Dim instance As IWHSInfo
[InterfaceTypeAttribute(1)] 
[GuidAttribute("0D71BFB4-A870-49AB-9F98-9B3EE1557774")] 
[TypeLibTypeAttribute(256)] 
public interface IWHSInfo
[InterfaceTypeAttribute(1)] 
[GuidAttribute(L"0D71BFB4-A870-49AB-9F98-9B3EE1557774")] 
[TypeLibTypeAttribute(256)] 
public interface class IWHSInfo
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("0D71BFB4-A870-49AB-9F98-9B3EE1557774") */ 
/** @attribute TypeLibTypeAttribute(256) */ 
public interface IWHSInfo
InterfaceTypeAttribute(1) 
GuidAttribute("0D71BFB4-A870-49AB-9F98-9B3EE1557774") 
TypeLibTypeAttribute(256) 
public interface IWHSInfo

Remarks

The information contained here is for reference purposes only. Normally, you will not need to create your own class and implement this interface. The IWHSInfo interface has been fully implemented in the WHSInfo class. In most cases, you will only need to use the WHSInfo class when programming against the Windows Home Server platform.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IWHSInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.