IValueMap::get__NewEnum method (pla.h)

Retrieves an interface to the enumeration.

This property is read-only.

Syntax

HRESULT get__NewEnum(
  IUnknown **retVal
);

Parameters

retVal

Return value

None

Remarks

C++ programmers use this property.

The enumeration is a snapshot of the collection at the time of the call.

The items of the enumeration are variants whose type is VT_UNKNOWN. To query for the IValueMapItem interface, use the punkVal member of the variant.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

IValueMap