Share via


ICcCollection::get_NewEnum

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This method returns a standard COM enumeration.

In Windows Embedded CE 6.0, 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

Core Connectivity Interfaces