Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

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: IRequestDictionary::get_NewEnum

ppEnumReturn

Points to an IUnknown interface pointer that receives the enumerator.

Remarks: IRequestDictionary::get_NewEnum

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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.