IRequest::get_Item

This method? retrieves the first occurrence of a specified variable found in the Request object collections. The collections are searched in the order: QueryString, Form, Cookies, ServerVariables.

HRESULT get_Item(

BSTR bstrVar,

//string that contains the name of the item to retrieve

IDispatch ** ppObjReturn

//pointer to an IDispatch interface pointer that receives the object that supports the appropriate interface

);