Fetches one or more rows that match the specified bookmarks.
STDMETHOD ( GetRowsByBookmark )(
   HCHAPTER /* hReserved */,
   DBCOUNTITEM cRows,
   const DBBKMARK rgcbBookmarks[],
   const BYTE* rgpBookmarks,
   HROW rghRows[],
   DBROWSTATUS* rgRowStatus[] 
);
Parameters
- hReserved
 [in] Corresponds to hChapter parameter to IRowsetLocate::GetRowsByBookmark.
For other parameters, see IRowsetLocate::GetRowsByBookmark in the OLE DB Programmer's Reference.
Remarks
The bookmark can be a value you define or an OLE DB standard bookmarks (DBBMK_FIRST or DBBMK_LAST). Does not change the cursor position.
Requirements
Header: atldb.h