Contents Index Topic Contents | ||
Previous Topic: IHTMLTxtRange::getBookmark Next Topic: IHTMLTxtRange::isEqual |
IHTMLTxtRange::inRange
HRESULT inRange( IHTMLTxtRange *Range, VARIANT_BOOL *InRange );Determines whether the specified range is within or equal to the current range.
- Returns S_OK if successful, or an error value otherwise.
- Range
- Interface pointer of the range to test.
- InRange
- Address of a variable that receives TRUE if Range is within the current range, or FALSE if not.
See also IHTMLTxtRange
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.