Contents Index Topic Contents | ||
Previous Topic: IHTMLInputHiddenElement::get_disabled Next Topic: IHTMLInputHiddenElement::createTextRange |
IHTMLInputHiddenElement::get_form
HRESULT get_form( IHTMLFormElement **p );Retrieves a reference to the form the element is embedded on.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives an interface pointer to the form.
Returns NULL if the element is not on a form.
See also IHTMLFormElement
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.