Share via


IWHSInfo.Init Method

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

Identifies your application to the Windows Home Server notification infrastructure.

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

Syntax

'Declaration
Sub Init ( _
    <InAttribute> ApplicationName As String _
)
'Usage
Dim instance As IWHSInfo
Dim ApplicationName As String

instance.Init(ApplicationName)
void Init (
    [InAttribute] string ApplicationName
)
void Init (
    [InAttribute] String^ ApplicationName
)
void Init (
    /** @attribute InAttribute() */ String ApplicationName
)
function Init (
    ApplicationName : String
)

Parameters

  • ApplicationName
    A string that contains the unique identifier for your application.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IWHSInfo Interface
IWHSInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.