IABTable::CreateBookmarkIABTable::CreateBookmark*
*Contents  *Index  *Topic Contents
*Previous Topic: IABTable::CollapseRow
*Next Topic: IABTable::ExpandRow

IABTable::CreateBookmark

HRESULT CreateBookmark(
    BOOKMARK FAR * lpbkPosition
);

Creates the address of the current position of the table cursor so a client can return to that position even when the table is updated. The method that calls this method must clean up by freeing the bookmark with FreeBookmark.

lpbkPosition
Address of the returned bookmark's 32-bit bookmark value.

Back to top


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