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

 

IStringList::get_NewEnum

The IStringList::get_NewEnum method retrieves an enumerator interface which can be used to iterate through the items in the string list.

HRESULT get__NewEnum(

IUnknown ** ppEnumReturn

);

Parameters: IStringList::get_NewEnum

ppEnumReturn

Points to an IUnknown interface pointer that receives the enumerator.

Remarks: IStringList::get_NewEnum

The Form, QueryString, and ServerVariables collections return parameter values as an array. You can use this method to retrieve an enumerator to iterate through one of the string list collections.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.