Microsoft Internet Security and Acceleration Server 2004 SDK

PrimaryConnections Property of IFPCProtocolDefinition[C++]

FPCProtocolDefinition.PrimaryConnections [Visual Basic]

[C++]

The PrimaryConnections property gets an FPCProtocolConnections collection that contains all of the protocol's primary connections.

HRESULT get_PrimaryConnections(
  IFPCProtocolConnections** ppPrimaryConnections
);

Parameters

ppPrimaryConnections
Address of an interface pointer that on return points to an IFPCProtocolConnections interface that represents the collection of the protocol's primary connections.

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. The set of connections can be modified by calling the methods of the IFPCProtocolConnections interface retrieved.

[Visual Basic]

The PrimaryConnections property gets an FPCProtocolConnections collection that contains all of the protocol's primary connections.

Property PrimaryConnections As FPCProtocolConnections

Property Value

Reference to an FPCProtocolConnections collection that contains all of the protocol's primary connections.

Remarks

This property is read-only. The set of connections can be modified by calling the methods of the FPCProtocolConnections 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

FPCProtocolDefinition