Previous PageNext Page

13.6.4 IRequestDictionary::get_NewEnum

The IRequestDictionary::get_NewEnum method returns an enumerator interface that can be used to iterate through the items in a collection.
 

HRESULT get_NewEnum(

IUnknown ** ppEnumReturn

);

Parameters

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

Remarks

You can use this method to iterate through the items in any collection. Members of the Cookies collection may be implemented as collections, IReadCookie and IWriteCookie both support this method which you can use to iterate through members of the sub-collections.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page