Share via


IRowsetLocateImpl::GetRowsByBookmark

 

The latest version of this topic can be found at IRowsetLocateImpl::GetRowsByBookmark.

Fetches one or more rows that match the specified bookmarks.

Syntax

  
      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

See Also

IRowsetLocateImpl Class
IRowsetLocateImpl::GetRowsAt