Microsoft DirectX 8.1 (C++)

IAMCollection::get_NewEnum

The get_NewEnum method retrieves an enumerator object that implements IEnumVARIANT on this collection.

Syntax

HRESULT get_NewEnum(
  IUnknown **ppUnk
);

Parameters

ppUnk

[out]  Specifies a pointer to an IUnknown pointer to receive the address of the IUnknown interface of an object that implements IEnumVARIANT on this collection.

Return Values

When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.

See Also