The FwxFirewallEventSource enumerated type contains values that indicate the source of an event. The source can be either a SecureNAT client or a Firewall client.
typedef enum FwxFirewallEventSource { fwxSourceWSP
The source is a Firewall client.
= 0x40000000, fwxSourceNAT
The source is a SecureNAT client.
= 0x80000000 } FwxFirewallEventSource;
The source is a Firewall client.
The source is a SecureNAT client.
Use the FWX_ALL_SOURCES macro to set both the fwxSourceWSP and fwxSourceNAT values. For more information about developing filters for SecureNAT and Firewall clients, see Filter Requirements for SecureNAT Clients and Filter Requirements for Firewall Clients.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
Filter Enumerated
Types
FwxFilterHookEvents
FwxFirewallEvent
FwxGetHostByNameEvent
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.