Click to return to the Reusing Browser Technology home page    
IHTMLInputElement::get_dy...     IHTMLInputElement::get_he...     IHTMLInputElement Interfa...    
Web Workshop  |  Reusing Browser Technology

IHTMLInputElement::get_form Method


Retrieves a reference to the form the element is embedded on.

Syntax

HRESULT get_form(
    IHTMLFormElement **p
);

Parameters

p
Address of a pointer to an IHTMLFormElement interface that identifies the form this element is contained in, or returns NULL if the element does not participate in a form.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.