Contents Index Topic Contents | ||
Previous Topic: IHTMLIsIndexElement::put_action Next Topic: IHTMLLabelElement |
IHTMLIsIndexElement::get_action
HRESULT get_action( BSTR *p );Retrieves the gateway program to which the string in the text box should be passed.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the gateway program.
See also put_action
IHTMLIsIndexElement::put_action
HRESULT put_action( BSTR v );Sets the gateway program to which the string in the text box should be passed.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the gateway program.
See also get_action
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.