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
© 1996-1998 Microsoft Corporation. All rights reserved.