Bagikan melalui


IRowsetLocateImpl::GetRowsByBookmark

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

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

Reference

IRowsetLocateImpl Class

IRowsetLocateImpl::GetRowsAt