IVariantDictionary::get__NewEnum

The IVariantDictionary::get__NewEnum method retrieves an enumerator interface which can be used to iterate through the items in the collection.

HRESULT get__NewEnum(

  IUnknown*ppEnumReturn  // pointer to an IUnkown interface.

);

 

Parameters
ppEnumReturn
[retval] [out] Points to an IUnknown interface pointer that receives the enumerator.
See Also

Application Contents Collection, Application StaticObjects Collection, Session Contents Collection, Session StaticObjects Collection