Microsoft Internet Security and Acceleration Server 2004 SDK

IPAddresses Property of IFPCIPOnNetwork[C++]

FPCIPOnNetwork.IPAddresses [Visual Basic]

[C++]

The IPAddresses property gets an FPCIPAddresses collection that contains a set of IP addresses on the network.

HRESULT get_IPAddresses(
  IFPCIPAddresses** ppIPAddresses
);

Parameters

ppIPAddresses
Address of an interface pointer that on return points to an IFPCIPAddresses interface that represents the collection of IP addresses on the network.

Return Values

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

Remarks

This property is read-only. IP addresses can be added and removed by calling the methods of the IFPCIPAddresses interface retrieved.

[Visual Basic]

The IPAddresses property gets an FPCIPAddresses collection that contains a set of IP addresses on the network.

Property IPAddresses As FPCIPAddresses

Property Value

Reference to an FPCIPAddresses collection that contains a set of IP addresses on the network.

Remarks

This property is read-only. IP addresses can be added and removed by calling the methods of the FPCIPAddresses collection retrieved.

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

FPCIPOnNetwork