Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

IRequest::get_Form

The IRequest::get_Form method retrieves the Form collection of the Request object.

HRESULT get_Form(

IRequestDictionary ** ppDictReturn

);

Parameters: IRequest::get_Form

ppDictReturn

Points to an IRequestDictionary interface that receives the Form collection.

Remarks: IRequest::get_Form

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

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.