Group: Extensible Storage Engine (ESE, Jet Blue) - Library: esent
Extensible Storage Engine class library
JET_ERR JET_API JetGotoBookmark(
__in JET_SESID sesid,
__in JET_TABLEID tableid,
__in void* pvBookmark,
__in unsigned long cbBookmark
);
DECLARE INTEGER JetGotoBookmark IN esent;
INTEGER sesid,;
INTEGER tableid,;
INTEGER pvBookmark,;
LONG cbBookmark
sesid The session to use for this call.
tableid The cursor to use for this call.
pvBookmark The buffer that contains the bookmark to use to position the cursor.
cbBookmark The size of the bookmark in the buffer (most likely 4 bytes).
Returns the JET_ERR datatype with a predefined return code.