Skip to content

Latest commit

 

History

History
73 lines (65 loc) · 1.72 KB

File metadata and controls

73 lines (65 loc) · 1.72 KB
title IRowsetLocateImpl::GetRowsAt | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
GetRowsAt
IRowsetLocateImpl.GetRowsAt
ATL::IRowsetLocateImpl::GetRowsAt
IRowsetLocateImpl::GetRowsAt
ATL.IRowsetLocateImpl.GetRowsAt
dev_langs
C++
helpviewer_keywords
GetRowsAt method
ms.assetid 6aeb09dc-3aa8-4729-97a8-144dd27063f7
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

IRowsetLocateImpl::GetRowsAt

Fetches rows starting with the row specified by an offset from a bookmark.

Syntax

  
      STDMETHOD ( GetRowsAt )(  
   HWATCHREGION /* hReserved1 */,  
   HCHAPTER hReserved2,  
   DBBKMARK cbBookmark,  
   const BYTE* pBookmark,  
   DBROWOFFSET lRowsOffset,  
   DBROWCOUNT cRows,  
   DBCOUNTITEM* pcRowsObtained,  
   HROW** prghRows   
);  

Parameters

See IRowsetLocate::GetRowsAt in the OLE DB Programmer's Reference.

Remarks

To fetch from the cursor position instead, use IRowset::GetRowsAt.

IRowsetLocateImpl::GetRowsAt does not change the cursor position.

Requirements

Header: atldb.h

See Also

IRowsetLocateImpl Class
IRowsetLocateImpl::GetRowsByBookmark