13.5.4 IRequest::get_Form

The IRequest::get_Form method retrieves the Form collection of the Request object.
HRESULT get_Form(
IRequestDictionary ** ppDictReturn
);
Parameters
- ppDictReturn
- Points to an IRequestDictionary interface that receives the Forms collection.
Remarks
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 © 2000 Chili!Soft
|