IHTMLTxtRange::getBookmarkIHTMLTxtRange::getBookmark*
*



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.

Bookmark
Address of a variable that receives the bookmark if successful, or NULL otherwise.

See also moveToBookmark


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