The BOOKMARK data type is an unsigned long integer that is used to define bookmarks — data for remembering a position in a table.
Header file: | MAPIDEFS.H |
Related methods: | IMAPITable::CreateBookmark IMAPITable::FreeBookmark |
typedef ULONG BOOKMARK;
MAPI defines three bookmarks, listed as follows:
Clients can create other bookmarks for remembering other table positions. Bookmarks are valid only while the table is open. Clients must free any bookmarks that they have created before closing the associated table.
IMAPITable::CreateBookmark, IMAPITable::FindRow, IMAPITable::FreeBookmark, IMAPITable::SeekRow