IHTMLTxtRange::moveToBookmarkIHTMLTxtRange::moveToBookmark*
*



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.

Bookmark
String specifying the bookmark.
Success
Address of a variable that receives TRUE if successful, or FALSE otherwise.

See also getBookmark


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.