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.
- Returns S_OK if successful, or MAPI_E_UNABLE_TO_COMPLETE if the requested operation could not be completed.
- lpbkPosition
- Address of the returned bookmark's 32-bit bookmark value.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.