Share via


ICcCollection::get_NewEnum (Compact 2013)

3/26/2014

Deprecated.

This method returns a standard COM enumeration.

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

Syntax

HRESULT get_NewEnum(
   IUnknown** pVal
);

Parameters

  • pVal
    [out, retval] Value of COM enumeration.

Return Value

The following table shows return values for this method.

Value

Description

S_OK

Indicates the method was successful.

E_OUTOFMEMORY

Indicates the stream could not be created.

Users might be able to free memory and retry the operation.

E_INVALIDARG

Indicates that pVal is NULL.

E_UNEXPECTED

Indicates no COM enumeration is available.

Requirements

Header

ccdatastore.h

See Also

Reference

ICcCollection
Core Connectivity Interfaces