INotificationCallback Interface

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

Provides an abstract interface to the Windows Home Server notification infrastructure.

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

Syntax

'Declaration
<GuidAttribute("DBAC857E-3681-4C32-9743-6DFC30ED6C76")> _
<TypeLibTypeAttribute(256)> _
<InterfaceTypeAttribute(1)> _
Public Interface INotificationCallback
'Usage
Dim instance As INotificationCallback
[GuidAttribute("DBAC857E-3681-4C32-9743-6DFC30ED6C76")] 
[TypeLibTypeAttribute(256)] 
[InterfaceTypeAttribute(1)] 
public interface INotificationCallback
[GuidAttribute(L"DBAC857E-3681-4C32-9743-6DFC30ED6C76")] 
[TypeLibTypeAttribute(256)] 
[InterfaceTypeAttribute(1)] 
public interface class INotificationCallback
/** @attribute GuidAttribute("DBAC857E-3681-4C32-9743-6DFC30ED6C76") */ 
/** @attribute TypeLibTypeAttribute(256) */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface INotificationCallback
GuidAttribute("DBAC857E-3681-4C32-9743-6DFC30ED6C76") 
TypeLibTypeAttribute(256) 
InterfaceTypeAttribute(1) 
public interface INotificationCallback

Remarks

To make your application aware of Windows Home Server notifications, you will need to implement the INotificationCallback interface in a custom class. Pass your custom class to the RegisterForNotifications method in order to register your application for Windows Home Server notifications.

Platforms

Windows Home Server

Windows Home Server

See Also

Reference

INotificationCallback Members
WHSInfoIF Namespace

Footer image

© 2007 Microsoft Corporation. All rights reserved.