IWMSEventNotificationPlugin Interface
Previous | Next |
IWMSEventNotificationPlugin Interface
You can use the IWMSEventNotificationPlugin interface to create a custom event notification plug-in.
- Note This interface is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.
In addition to the methods inherited from IUnknown, the IWMSEventNotificationPlugin interface exposes the following methods.
Method | Description |
GetHandledEvents | Retrieves an array containing the events that can be handled by the plug-in. |
OnEvent | Signals that an event subscribed to by the plug-in has occurred. |
See Also
Previous | Next |