Microsoft Internet Security and Acceleration Server 2004 SDK

FwxNcdEvent

The FwxNcdEvent structure describes a network configuration detection (NCD) network configuration event. For more information, see Using Network Configuration Detection.

typedef struct {
FwxNcdEventType EventType;
FwxNcdEventParameters Parameters; } FwxNcdEvent;

Members

EventType
Type of event. This member is a value from the FwxNcdEventType enumerated type.
Parameters
Parameters specific to the NCD network configuration event. This member is a value from the FwxNcdEventParameters union.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

Structures, FwxNcdEventType, FwxNcdEventParameters