Microsoft Internet Security and Acceleration Server 2000

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.

enum FwxFirewallEventSource {
  fwxSourceWSP,
  fwxSourceNAT
};

Elements

fwxSourceWSP
Source is a Firewall client.
fwxSourceNAT
Source is NAT.

Remarks

Use the fwxSourceNAT macro to set both the fwxSourceWSP and fwxSourceWSP values. For more information on developing filters for SecureNAT and Firewall clients, see Filter Requirements for SecureNAT Clients and Filter Requirements for Firewall Clients.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires ISA Server 2000.
  Header: Wspfwext.idl.

See Also

FwxFilterHookEvents, FwxPortRangeEvents, FwxFirewallEvent, FwxGetHostByNameEvent