Previous PageNext Page

13.5.6 IRequest::get_QueryString

The IRequest::get_QueryString method retrieves the QueryString collection of the Request object.
 

HRESULT get_QueryString(

IRequestDictionary ** ppDictReturn

);

Parameters

ppDictReturn
Points to an IRequestDictionary interface pointer that receives the QueryString collection.

Remarks

You can iterate through the QueryString collection with the IRequestDictionary::get_NewEnum method or retrieve a specific cookie with the IRequestDictionary::get_Item method.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page