Contents Index Topic Contents | ||
Previous Topic: IHTMLIsIndexElement::put_prompt Next Topic: IHTMLIsIndexElement::put_action |
IHTMLIsIndexElement::get_prompt
HRESULT get_prompt( BSTR *p );Retrieves a prompt to be used instead of the ACTION.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the prompt.
See also put_prompt
IHTMLIsIndexElement::put_prompt
HRESULT put_prompt( BSTR v );Sets a prompt to be used instead of the ACTION.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the prompt.
See also get_prompt
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.