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 STDMETHODCALLTYPE get__NewEnum( 
    IUnknown*ppEnumReturn//a pointer to an IUnkwown interface.
) 
 

Parameters

ppEnumReturn
Points to an IUnknown interface pointer that receives the enumerator.

See Also

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