Share via


ICcObjectContainer::EnumerateObjects (Compact 2013)

3/26/2014

Deprecated.

This method enumerates the objects that are in this container.

In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.

Syntax

HRESULT EnumerateObjects(
  ICcCollection** out_ppiCollection
);

Parameters

  • out_ppiCollection
    [out, retval] Pointer to the ICcCollection interface object that provides access to the collection of Core Connectivity objects in this container.

Return Value

The following table shows return values for this method.

Value

Description

S_OK

Indicates the call was successful.

E_INVALIDARG

Indicates an invalid argument.

E_FAIL

Indicates an unknown failure occurred.

Remarks

This method returns a collection that is a standard OLE collection interface.

You can establish a query interface with the objects in the collection to find an appropriate datastore object.

Requirements

Header

ccdatastore.h

See Also

Reference

ICcObjectContainer
Core Connectivity Interfaces