Microsoft Internet Security and Acceleration Server 2004 SDK

IFPCAdapter::IsIpInAddressSet[C++]

FPCAdapter.IsIpInAddressSet [Visual Basic]

[C++]

The IsIpInAddressSet method determines whether an IP address is included in the address set of the network adapter.

HRESULT IsIpInAddressSet(
  BSTR IpStr,
  VARIANT_BOOL* pfIsIpInAddressSet
);

Parameters

IpStr
[in] Required. BSTR that specifies the IP address.
pfIsIpInAddressSet
[out] Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the IP address is included in the address set of the network adapter, or to VARIANT_FALSE if the IP address is not included in the address set of the network adapter.

Return Values

This method can return one of the following:
[Visual Basic]

The IsIpInAddressSet method determines whether an IP address is included in the address set of the network adapter.

Function IsIpInAddressSet( _
  ByVal IpStr As String _
) As Boolean

Parameters

IpStr
[in] Required. String that specifies the IP address.

Return Values

This method returns a Boolean value that indicates whether the IP address is included in the address set of the network adapter if the call is successful. Otherwise, an error is raised that can be intercepted by using an error handler.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCAdapter