Previous PageNext Page

13.6.3 IRequestDictionary::get_Key

The IRequestDictionary::get_Key method returns the unique identifier for items in the Cookies, Form and QueryString collections.
 

HRESULT STDMETHODCALLTYPE get_Item(

VARIANT VarKey,

VARIANT * pVar

);

Parameters

VarKey
Identifier that indicates which item to retrieve from the collection.
pVar
Points to a variant that receives the item.

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page