Previous in Contents Next in Contents

ISimpleList::get__NewEnum

The get__newEnum method retrieves the IUnknown interface for the SimpleList's enumerator object. The caller can call QueryInterface through this pointer to retrieve an instance pointer on the SimpleList's IEnumVariant implementation.

Syntax

HRESULT get__newEnum(
IUnknown **ppUnk// out
);

Parameter

ppUnk
The address of an IUnknown pointer for the object that implements IEnumVariant on this SimpleList.

Include File

<commerce.h>

Return Value

Value Meaning
S_OK The method succeeded.
E_POINTER The ppUnk parameter references a NULL pointer.
E_OUTOFMEMORY Memory failure.


© 1997-2000 Microsoft Corporation. All rights reserved.