|  | 
This enumerated type defines the type of event sent from the server to the NetShow Theater Server 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
[Previous]