|
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
);
VarKey
Identifier that indicates which item to retrieve from the collection.
pVar
Points to a variant that receives the item.
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.