Contents Index Topic Contents | ||
Previous Topic: IHTMLOptionsHolder::put_findText Next Topic: IHTMLOptionsHolder::sizes |
IHTMLOptionsHolder::get_findText
HRESULT get_findText( BSTR *p );Retrieves the text used in a find operation.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that contains the text used for the search operation.
See also put_findText
IHTMLOptionsHolder::put_findText
HRESULT put_findText( BSTR v );Sets the text with which to seed a find operation.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value specifying the text used for the search operation.
See also get_findText
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.