NSS_EVENT

The NSS_EVENT structure is used to pass events to the NetShow Event Notification and Authorization interfaces.

Syntax

typedef struct NSS_EVENT
{
WORD Version;         //
NSSEVENT_TYPE Type;  // Type of event.
HRESULT hr;         // Results of authorization.
} NSS_EVENT

See Also

NSS_EVENT_TYPE

© 1996-1998 Microsoft Corporation. All rights reserved.