Microsoft Internet Security and Acceleration Server 2000

FwxEndConnectionEvent

The FwxEndConnectionEvent structure contains parameters for the fwx_ConnectionTerminating event.

This event occurs as a result of a connection being terminated. A filter that holds a reference to the Firewall service connection object must release the reference so that the connection object can be deleted.

typedef struct {
  IFWXConnection * piConnection;
} FwxEndConnectionEvent;

Members

piConnection
[in] Pointer to the IFWXConnection interface on the Firewall service connection object that is terminating. References to this object must be released in response to the event.

Remarks

It is unnecessary to register for this event in the IFWXFilter::FilterInit method because a session filter is never attached in response to this event.

Requirements

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