IStringList C++ Interface

The IStringList interface to retrieve individual items from the string lists contained in the Request.QueryString Collection, Request.Form Collection, or Request.ServerVariables Collection collections.

Methods in Vtable Order

The IStringList interface inherits the methods of the standard COM interface IUnknown.

The IStringList interface defines the following methods.

Method

Description

get_Count

Retrieves the number of items in the string list.

get_Item

Retrieves the specified item from a string list.

get__NewEnum

Retrieves an enumerator for the string list.

Note

This interface also supports the IUnknown and IDispatch interface methods. For more information, see \inetsrv\asp\cmpnts\asptlb.h, the header file installed with ASP.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS