FwxFirewallEventParameters
The FwxFirewallEventParameters structure is a union of
event-specific parameters.
typedef union{
FwxConnectEvent Connect;
FwxUdpDestination UdpDest;
FwxBindEvent Bind;
FwxListenEvent Listen;
FwxAcceptEvent Accept;
FwxGetHostByAddrEvent GetHostByAddr;
FwxGetHostByNameEvent GetHostByName;
FwxEndConnectionEvent EndConnect;
FwxEstablishedConnectionEvent EstablishedConnection;
} FwxFirewallEventParameters;
Members
- Connect
- Parameters for an fwx_Connect_Tcp event. For more
information, see FwxConnectEvent.
- UdpDest
- UdpDest parameters for a fwx_Udp_Destination event. For
more information, see FwxUdpDestination.
- Bind
- Parameters for fwx_Bind_Tcp, and fwx_Bind_Udp events. For more
information, see FwxBindEvent.
- Listen
- Parameters for an fwx_Listen event. For more
information, see FwxListenEvent.
- Accept
- Parameters for an fwx_AcceptedConnection event. For
more information, see FwxAcceptEvent.
- GetHostByAddr
- Parameters for an fwx_GetHostByAddr event. For more
information, see FwxGetHostByAddrEvent.
- GetHostByName
- Parameters for an fwx_GetHostByName event. For more
information, see FwxGetHostByNameEvent.
- EndConnect
- Parameters for an fwx_ConnectionTerminating event.
For more information, see FwxEndConnectionEvent.
- EstablishedConnection
- Parameters for an fwx_EstablishedConnection event.
For more information, see FwxEstablishedConnectionEvent.
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Wspfwext.idl.