Microsoft Internet Security and Acceleration Server 2004 SDK

IFPCDialupNetworkConnections::Item[C++]

FPCDialupNetworkConnections.Item [Visual Basic]

[C++]

The Item method retrieves the requested dial-up connection entry from the collection.

HRESULT Item(
  long Index,
  VARIANT* pItem
);

Parameters

Index
[in] Required. One-based index of the entry to retrieve.
pItem
Pointer to a VARIANT that is set on return to the name of the entry requested, or to –1 if the entry specified by the Index parameter does not exist.

Return Values

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

The Item method retrieves the requested dial-up connection entry from the collection.

Function Item( _
  ByVal Index As Long _
) As Variant

Parameters

Index
[in] Required. One-based index of the entry to retrieve.

Return Values

Returns a Variant that contains the name of the entry requested, or –1 if the entry specified by the Index parameter does not exist.

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

FPCDialupNetworkConnections