Microsoft Internet Security and Acceleration Server 2004 SDK

FwxFirewallEventParameters

The FwxFirewallEventParameters union has members that specify the parameters for firewall events of different types. The union discriminant is a value from the FwxFirewallEventType enumerated type.

The FwxFirewallEventParameters union is typically a member of an FwxFirewallEvent structure.

typedef struct _tagFwxFirewallEventParameters {
FwxConnectEvent Connect;
FwxUdpDestination UdpDest;
FwxBindEvent Bind;
FwxListenEvent Listen;
FwxAcceptEvent Accept;
FwxGetHostByAddrEvent GetHostByAddr;
FwxGetHostByNameEvent GetHostByName;
FwxEndConnectionEvent EndConnect;
FwxEstablishedConnectionEvent EstablishedConnection; } FwxFirewallEventParameters;

Members

Connect
FwxConnectEvent structure that specifies the parameters for an event of type fwx_Connect_Tcp, as defined in the FwxFirewallEventType enumerated type.
UdpDest
FwxUdpDestination structure that specifies the parameters for an event of type fwx_Udp_Destination, as defined in the FwxFirewallEventType enumerated type.
Bind
FwxBindEvent structure that specifies the parameters for an event of type fwx_Bind_Tcp or fwx_Bind_Udp, as defined in the FwxFirewallEventType enumerated type.
Listen
FwxListenEvent structure that specifies the parameters for an event of type fwx_Listen, as defined in the FwxFirewallEventType enumerated type.
Accept
FwxAcceptEvent structure that specifies the parameters for an event of type fwx_AcceptedConnection, as defined in the FwxFirewallEventType enumerated type.
GetHostByAddr
FwxGetHostByAddrEvent structure that specifies the parameters for an event of type fwx_GetHostByAddr, as defined in the FwxFirewallEventType enumerated type.
GetHostByName
FwxGetHostByNameEvent structure that specifies the parameters for an event of type fwx_GetHostByName, as defined in the FwxFirewallEventType enumerated type.
EndConnect
FwxEndConnectionEvent structure that specifies the parameters for an event of type fwx_ConnectionTerminating, as defined in the FwxFirewallEventType enumerated type.
EstablishedConnection
FwxEstablishedConnectionEvent structure that specifies the parameters for an event of type fwx_EstablishedConnection, as defined in the FwxFirewallEventType enumerated type.

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