FwxFirewallEventSource enumeration

Applies to: desktop apps only

The FwxFirewallEventSource enumerated type contains values that indicate the source of an event. The source can be either a SecureNAT client or a Forefront TMG Client or Firewall Client computer.

Syntax

typedef enum FwxFirewallEventSource { 
  fwxSourceWSP  = 0x40000000,
  fwxSourceNAT  = 0x80000000
} FwxFirewallEventSource;

Constants

  • fwxSourceWSP
    The source is a Forefront TMG Client or Firewall Client computer.

  • fwxSourceNAT
    The source is a SecureNAT client.

Remarks

Use the FWX_ALL_SOURCES macro to set both the fwxSourceWSP and fwxSourceNAT values. For more information about developing filters for SecureNAT and for Forefront TMG Client and Firewall Client computers, see Filter Requirements for SecureNAT Clients and Filter Requirements for Forefront TMG Client Computers.

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

Filter Enumerated Types

FwxFilterHookEvents

FwxFirewallEvent

FwxGetHostByNameEvent

 

 

Build date: 7/12/2010