public static JetGotoBookmark ( JET_SESID sesid, JET_TABLEID tableid, byte bookmark, int bookmarkSize ) : void | ||
sesid | JET_SESID | The session to use. |
tableid | JET_TABLEID | The cursor to position. |
bookmark | byte | The bookmark used to position the cursor. |
bookmarkSize | int | The size of the bookmark. |
return | void |