| title | IRowsetLocateImpl::GetRowsAt | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | article | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | 6aeb09dc-3aa8-4729-97a8-144dd27063f7 | |||||||||||||
| caps.latest.revision | 8 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
Fetches rows starting with the row specified by an offset from a bookmark.
STDMETHOD ( GetRowsAt )(
HWATCHREGION /* hReserved1 */,
HCHAPTER hReserved2,
DBBKMARK cbBookmark,
const BYTE* pBookmark,
DBROWOFFSET lRowsOffset,
DBROWCOUNT cRows,
DBCOUNTITEM* pcRowsObtained,
HROW** prghRows
);
See IRowsetLocate::GetRowsAt in the OLE DB Programmer's Reference.
To fetch from the cursor position instead, use IRowset::GetRowsAt.
IRowsetLocateImpl::GetRowsAt does not change the cursor position.
Header: atldb.h
IRowsetLocateImpl Class
IRowsetLocateImpl::GetRowsByBookmark