The FwxFilterHookEvents structure defines all the events that a filter monitors. 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; } FwxFilterHookEvents;
Combination of values from the FwxFirewallEventType, FwxFirewallEventSource, and FwxFirewallEventProtocolSource enumerated types that is formed using the bitwise OR operator. Multiple values from each enumerated type may be included.
Specifies the events for which the filter or session filter will be notified.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
Structures
IFWXFilter::AttachToSession
IFWXFilter::FilterInit
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.