Microsoft Internet Security and Acceleration Server 2000

IFWXNetworkSocket::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 a variable that receives a pointer to the IFWXIpFilter interface.

Remarks

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

See Also

IFWXIpFilter