Share via


ICcCollection::get_Item

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This method gets an ICcObject for a specified connectivity object.

In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.

Syntax

HRESULT get_Item(
  long index,
  ICcObject** pVal
);

Parameters

  • index
    [in] Access index number.
  • pVal
    [out, retval] Pointer to the specified ICcObject.

Return Value

The following table shows return values for this method.

Value Description

E_INVALIDARG

Indicates that pVal is NULL or that index is not in the collection.

S_OK

Indicates the object returned successfully.

Requirements

Header ccdatastore.h

See Also

Reference

Core Connectivity Interfaces