Indicates security was enabled or disabled.
Syntax
NSUnicastMgr_OnAdminSecurityEnabled( datetime, status, ipaddress, fEnabled )
Parameters
datetime
A Date value indicating the time the event occurred, expressed in Greenwich Mean Time (GMT).
status
A Long value specifying the HRESULT passed back when this event is fired.
ipaddress
A String value specifying the administrator's IP address.
fEnabled
A Boolean value specifying the security state. True if security was enabled, False if not.
Remarks
This event is called whenever a client enables or disables security on a NetShow unicast server. To receive notification of this event, the AdminEvents property must be set to TRUE (the default value).
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.