Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXConnection::GetIpFilter

The 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.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

IFWXConnection, IFWXIpFilter