Microsoft Internet Security and Acceleration Server 2000

FwxFilterHookEvents

The FwxFilterHookEvents structure defines all the events that a filter wants to monitor. When a user session generates an event that the filter monitors, a session-filter object is created and notified of the event. At this point, the session filter may change the set of events for that specific client session.

typedef struct {
  DWORD dwGlobalEvents;
  DWORD dwNumPortRanges;
  PortRangeEvents * PortRangeEvents;
} FwxFilterHookEvents;

Members

dwGlobalEvents
A combination of FwxFirewallEventType values combined with a combination of FwxFirewallEventSource values by using the bitwise OR operator.

Specifies events for notification on all ports or events that are not associated with port numbers (name resolution).

dwNumPortRanges
Number of entries in the array specified by the PortRangeEvents member.
PortRangeEvents
Pointer to an array of FwxPortRangeEvents structures.

Requirements

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

See Also

IFWXFilter::AttachToSession, IFWXFilter::FilterInit, IFWXFirewall::DuplicateFilterHookEvents