IWHSInfo Interface
Provides the interface that is used to extend the Windows Home Server platform.
Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
Usage
Syntax
'Declaration
<GuidAttribute("0D71BFB4-A870-49AB-9F98-9B3EE1557774")> _
<InterfaceTypeAttribute(1)> _
<TypeLibTypeAttribute(256)> _
Public Interface IWHSInfo
[GuidAttribute("0D71BFB4-A870-49AB-9F98-9B3EE1557774")]
[InterfaceTypeAttribute(1)]
[TypeLibTypeAttribute(256)]
public interface IWHSInfo
[GuidAttribute(L"0D71BFB4-A870-49AB-9F98-9B3EE1557774")]
[InterfaceTypeAttribute(1)]
[TypeLibTypeAttribute(256)]
public interface class IWHSInfo
/** @attribute GuidAttribute("0D71BFB4-A870-49AB-9F98-9B3EE1557774") */
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute TypeLibTypeAttribute(256) */
public interface IWHSInfo
GuidAttribute("0D71BFB4-A870-49AB-9F98-9B3EE1557774")
InterfaceTypeAttribute(1)
TypeLibTypeAttribute(256)
public interface IWHSInfo
Remarks
The information contained here is for reference purposes only. Normally, you do not need to create your own class and implement this interface. The IWHSInfo interface is fully implemented in the WHSInfo class. In most cases, you only need to use the WHSInfo class when programming against the Windows Home Server platform.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Home Server
See Also
Reference
IWHSInfo Members
Microsoft.HomeServer.SDK.Interop.v1 Namespace