Contents Index Topic Contents | ||
Previous Topic: IHTMLTxtRange::get_text Next Topic: IHTMLTxtRange::inRange |
IHTMLTxtRange::getBookmark
HRESULT getBookmark( BSTR *Bookmark );Retrieves a bookmark (opaque string) that can be used with moveToBookmark to return to the same range.
- Returns S_OK if successful, or an error value otherwise.
- Bookmark
- Address of a variable that receives the bookmark if successful, or NULL otherwise.
See also moveToBookmark
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.