IWHSInfo2 Interface

Provides the interface that is used to extend Windows Home Server.

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

Usage

Syntax

'Declaration
<GuidAttribute("2B623DC9-0AC1-405F-B21C-511E4160E6BE")> _
<InterfaceTypeAttribute(1)> _
<TypeLibTypeAttribute(256)> _
Public Interface IWHSInfo2
    Inherits IWHSInfo
[GuidAttribute("2B623DC9-0AC1-405F-B21C-511E4160E6BE")] 
[InterfaceTypeAttribute(1)] 
[TypeLibTypeAttribute(256)] 
public interface IWHSInfo2 : IWHSInfo
[GuidAttribute(L"2B623DC9-0AC1-405F-B21C-511E4160E6BE")] 
[InterfaceTypeAttribute(1)] 
[TypeLibTypeAttribute(256)] 
public interface class IWHSInfo2 : IWHSInfo
/** @attribute GuidAttribute("2B623DC9-0AC1-405F-B21C-511E4160E6BE") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute TypeLibTypeAttribute(256) */ 
public interface IWHSInfo2 extends IWHSInfo
GuidAttribute("2B623DC9-0AC1-405F-B21C-511E4160E6BE") 
InterfaceTypeAttribute(1) 
TypeLibTypeAttribute(256) 
public interface IWHSInfo2 extends IWHSInfo

Remarks

IWHSInfo2 inherits members from IWHSInfo.

The information contained here is for reference purposes only. Normally, you do not need to create your own class and implement this interface. The IWHSInfo2 interface is fully implemented in the WHSInfo class. In most cases, you only need to use the IWHSInfo class when you create programs that are run with Windows Home Server.

Platforms

Development Platforms

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

Target Platforms

Windows Home Server

See Also

Reference

IWHSInfo2 Members
Microsoft.HomeServer.SDK.Interop.v1 Namespace