FwxFirewallEventSource Enumeration

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

Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Wspfwext.idl.

See Also

Filter Enumerated Types
FwxFilterHookEvents
FwxFirewallEvent
FwxGetHostByNameEvent

Send comments about this topic to Microsoft

Build date: 6/30/2010