Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXNetworkSocket::GetIpFilter

The GetIpFilter method gets a copy of the IP filter object for the socket. Returns NULL if the connection is not limited to a range of IP addresses.

HRESULT GetIpFilter(
  IFWXIpFilter** ppIpFilter
);

Parameters

ppIpFilter
[out] Address of an interface pointer that on return points to a copy of the IFWXIpFilter interface requested.

Return Values

This method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

Because the returned object is a copy, modifying the copy will not affect the socket object.

Requirements

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

See Also

IFWXNetworkSocket, IFWXIpFilter