Microsoft Internet Security and Acceleration Server 2000

FwxFilterAccess

The FwxFilterAccess enumerated type contains values that indicate the type of access permission for a filter event.

enum FwxFilterAccess {
  FWX_ALLOW,
  FWX_DENY,
  FWX_PASS,
  FWX_EMULATE
};

Elements

FWX_ALLOW
Grants permission. Overrides the default (built in) protocol/permission check.
FWX_DENY
Denies the action.
FWX_PASS
Allows access if none of the other filters (including the built-in rules) denies it and at least one filter (including the built-in) allows it. This is the default value for FwxFilterAccess.
FWX_EMULATE
Signals that the filter wants to intercept and implement the request, emulating an external connection.

Requirements

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

See Also

FwxGetHostByNameEvent, FwxGetHostByAddrEvent, FwxUdpDestination, FwxAcceptEvent, FwxBindEvent, FwxConnectEvent