Microsoft Internet Security and Acceleration Server 2000

FwxPortRangeEvents

The FwxPortRangeEvents structure defines a set of events for a port range.

typedef struct {
  USHORT StartPort;
  USHORT EndPort;
  DWORD dwSocketEvents;
} FwxPortRangeEvents;

Members

StartPort
First port in the range.
EndPort
Last port in the range.
dwSocketEvents
FwxFirewallEventType values combined with FwxFirewallEventSource values by using the bitwise OR operator.

Remarks

The following events do not have a port associated with them and should not be specified with FwxPortRangeEvents: fwx_ConnectionTerminating fwx_GetHostByName fwx_GetHostByAddr.

Requirements

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

See Also

FwxFilterHookEvents