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 union _tagFwxFirewallEventParameters {
FwxConnectEvent Connect;
FwxUdpDestination UdpDest;
FwxBindEvent Bind;
FwxListenEvent Listen;
FwxAcceptEvent Accept;
FwxGetHostByAddrEvent GetHostByAddr;
FwxGetHostByNameEvent GetHostByName;
FwxEndConnectionEvent EndConnect;
FwxEstablishedConnectionEvent EstablishedConnection; } FwxFirewallEventParameters;
FwxConnectEvent structure that specifies the parameters for an event of type fwx_Connect_Tcp, as defined in the FwxFirewallEventType enumerated type.
FwxUdpDestination structure that specifies the parameters for an event of type fwx_Udp_Destination, as defined in the FwxFirewallEventType enumerated type.
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.
FwxListenEvent structure that specifies the parameters for an event of type fwx_Listen, as defined in the FwxFirewallEventType enumerated type.
FwxAcceptEvent structure that specifies the parameters for an event of type fwx_AcceptedConnection, as defined in the FwxFirewallEventType enumerated type.
FwxGetHostByAddrEvent structure that specifies the parameters for an event of type fwx_GetHostByAddr, as defined in the FwxFirewallEventType enumerated type.
FwxGetHostByNameEvent structure that specifies the parameters for an event of type fwx_GetHostByName, as defined in the FwxFirewallEventType enumerated type.
FwxEndConnectionEvent structure that specifies the parameters for an event of type fwx_ConnectionTerminating, as defined in the FwxFirewallEventType enumerated type.
FwxEstablishedConnectionEvent structure that specifies the parameters for an event of type fwx_EstablishedConnection, as defined in the FwxFirewallEventType enumerated type.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.