Contents Index Topic Contents | ||
Previous Topic: IHTMLTxtRange::expand Next Topic: IHTMLTxtRange::get_htmlText |
IHTMLTxtRange::findText
HRESULT findText( BSTR String, long count, long Flags, VARIANT_BOOL *Success );Searches for text in the given range. Positions the start and end points of the range to encompass the search string.
- Returns S_OK if successful, or an error value otherwise.
- String
- String specifying the text to find.
- count
- Long integer that receives the count.
- Flags
- Long integer that receives the search flags.
- Success
- Address of a variable that receives TRUE if the text is found, or FALSE if not.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.