Microsoft Internet Security and Acceleration Server 2000

IFWXConnection::GetIpFilter Method

Gets a copy of the IP filter object for the connection. Returns NULL if the connection is not limited to a range of IP addresses.

HRESULT GetIpFilter(
  IFWXIpFilter **ppIpFilter
);

Parameters

ppIpFilter
[out] Address of a variable that receives a pointer to the IFWXIpFilter interface.

Remarks

Because the returned object is a copy, modifying the object does not affect the connection.

See Also

IFWXIpFilter