Microsoft Internet Security and Acceleration Server 2004 SDK

FwxFirewallEventSource

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
fwxSourceWSP
The source is a Firewall client.
,
  fwxSourceNAT
fwxSourceNAT
The source is a SecureNAT client.


} FwxFirewallEventSource;

Constants

fwxSourceWSP
The source is a Firewall client.
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 Firewall clients, see Filter Requirements for SecureNAT Clients and Filter Requirements for Firewall Clients.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

Filter Enumerated Types, FwxFilterHookEvents, FwxFirewallEvent, FwxGetHostByNameEvent