Share via


IWHSInfo.RegisterForNotifications Method

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

Registers an application for Windows Home Server notification events.

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

Syntax

'Declaration
Sub RegisterForNotifications ( _
    <InAttribute> pCallBack As INotificationCallback _
)
'Usage
Dim instance As IWHSInfo
Dim pCallBack As INotificationCallback

instance.RegisterForNotifications(pCallBack)
void RegisterForNotifications (
    [InAttribute] INotificationCallback pCallBack
)
void RegisterForNotifications (
    [InAttribute] INotificationCallback^ pCallBack
)
void RegisterForNotifications (
    /** @attribute InAttribute() */ INotificationCallback pCallBack
)
function RegisterForNotifications (
    pCallBack : INotificationCallback
)

Parameters

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

IWHSInfo Interface
IWHSInfo Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.