Partager via


ICcCollection::get_Item (Compact 2013)

3/26/2014

Deprecated.

This method gets an ICcObject for a specified connectivity object.

In Windows Embedded Compact 2013, 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

ICcCollection
Core Connectivity Interfaces