NSS_EVENT_TYPE

The NSS_EVENT_TYPE enumeration defines the type of event sent from the server to the NetShow Event Notification and Authorization interfaces.

Syntax

typedef enum NSS_EVENT_TYPE
{
Reserved1,
NSSE_SKIP_AUTHENTICATION,
NSSE_CONNECT,
NSSE_DISCONNECT,
NSSE_OPEN,
NSSE_CLOSE,
NSSE_PLAY,
NSSE_STOP,
} NSSE_EVENT_TYPE

See Also

NSS_EVENT

© 1996-1998 Microsoft Corporation. All rights reserved.