Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
IWHSInfo2 Interface
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)
Visual Basic
<GuidAttribute("2B623DC9-0AC1-405F-B21C-511E4160E6BE")> _
<InterfaceTypeAttribute(1)> _
<TypeLibTypeAttribute(256)> _
Public Interface IWHSInfo2
    Inherits IWHSInfo
C#
[GuidAttribute("2B623DC9-0AC1-405F-B21C-511E4160E6BE")] 
[InterfaceTypeAttribute(1)] 
[TypeLibTypeAttribute(256)] 
public interface IWHSInfo2 : IWHSInfo
C++
[GuidAttribute(L"2B623DC9-0AC1-405F-B21C-511E4160E6BE")] 
[InterfaceTypeAttribute(1)] 
[TypeLibTypeAttribute(256)] 
public interface class IWHSInfo2 : IWHSInfo
J#
/** @attribute GuidAttribute("2B623DC9-0AC1-405F-B21C-511E4160E6BE") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute TypeLibTypeAttribute(256) */ 
public interface IWHSInfo2 extends IWHSInfo
JScript
GuidAttribute("2B623DC9-0AC1-405F-B21C-511E4160E6BE") 
InterfaceTypeAttribute(1) 
TypeLibTypeAttribute(256) 
public interface IWHSInfo2 extends IWHSInfo

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.


Development Platforms

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

Target Platforms

Windows Home Server
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker