Contents Index Topic Contents | ||
Previous Topic: IHTMLTxtRange::moveStart Next Topic: IHTMLTxtRange::moveToElementText |
IHTMLTxtRange::moveToBookmark
HRESULT moveToBookmark( BSTR Bookmark, VARIANT_BOOL *Success );Moves to a bookmark. Bookmarks are opaque strings that are created with the getBookmark method.
- Returns S_OK if successful, or an error value otherwise.
- Bookmark
- String specifying the bookmark.
- Success
- Address of a variable that receives TRUE if successful, or FALSE otherwise.
See also getBookmark
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.