Microsoft Internet Security and Acceleration Server 2000 |
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;
Specifies events for notification on all ports or events that are not associated with port numbers (name resolution).
Windows NT/2000: Requires Windows 2000.
Version: Requires ISA Server 2000.
Header: Wspfwext.idl.
IFWXFilter::AttachToSession, IFWXFilter::FilterInit, IFWXFirewall::DuplicateFilterHookEvents