INSSEventHandler

In addition to the methods implemented by IUnknown, the following methods must be implemented for the INSSEventHandler interface;

Method Description
Initialize Called when the NetShow server starts.
GetHandledEvents Specifies the events that will trigger calls to the HandleEvent method for this component.
Shutdown Called when the NetShow server is stopped.
OnHeartbeat Called by the server at each heartbeat period.
HandleEvent Called when a specified event occurs.

Remarks

This interface is implemented by the developer.

See Also

INSSEventAuthorization

© 1996-1998 Microsoft Corporation. All rights reserved.