Share via


FwxFirewallEventParameters union

Applies to: desktop apps only

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.

Syntax

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

Members

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Wspfwext.idl

See also

Structures

 

 

Build date: 7/12/2010