13.5.7 IRequest::get_ServerVariables

The IRequest::get_ServerVariables method retrieves the QueryString collection of the Request object.
HRESULT get_ServerVariables(
IRequestDictionary ** ppDictReturn
);
Parameters
- ppDictReturn
- Points to an IRequestDictionary interface pointer that receives the ServerVariables collection.
Remarks
You can iterate through the ServerVariables collection with the IRequestDictionary::get_NewEnum method or retrieve a specific cookie with the IRequestDictionary::get_Item method.
Copyright © 2000 Chili!Soft
|