Share via


ICcCollection::get_Item (Windows Embedded CE 6.0)

1/5/2010

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
Windows Windows 2000, Windows Server 2003, Windows Server 2003 Service Pack 1, Windows XP Home, Windows XP Pro

See Also

Reference

ICcCollection
Core Connectivity Interfaces