Contents Index Topic Contents | ||
Previous Topic: IHTMLFormElement::get_method Next Topic: IHTMLFormElement::put_target |
IHTMLFormElement::get_elements
HRESULT get_elements( IDispatch **p );Retrieves an interface pointer to a zero-based collection of the elements in the form. The pointer provides access to the properties and methods of the elements. The order of the elements in the collection is determined by the HTML source.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the interface pointer.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.