Microsoft Internet Security and Acceleration Server 2000

IFWXSessionFilter::FirewallEventHandler Method

Provides the event sink for firewall events relating to the session to which this session filter is attached.

HRESULT FirewallEventHandler(
  const FirewallEvent *pFirewallEvent
);

Parameters

pFirewallEvent
[in] Pointer to a FwxFirewallEvent structure that describes the event for which this method is called and that receives information about the event. For more information, see the documentation for each event type.

Return Values

S_OK
The filter successfully processed the event.
FWX_E_TERMINATING
The filter will not process the event because IFWXSessionFilter::Detach has already been called.
E_OUTOFMEMORY
Insufficient memory or resources to process the event. This will cause the request that generated the event to fail, although a fwx_ConnectionTerminating event will be processed.

Remarks

This method is called when an event occurs for which the filter is registered.

See Also

FwxFirewallEvent