Skip to content

Latest commit

 

History

History
66 lines (60 loc) · 1.42 KB

File metadata and controls

66 lines (60 loc) · 1.42 KB
title IRowsetImpl::GetNextRows | 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
GetNextRows
ATL.IRowsetImpl.GetNextRows
ATL::IRowsetImpl::GetNextRows
IRowsetImpl::GetNextRows
IRowsetImpl.GetNextRows
dev_langs
C++
helpviewer_keywords
GetNextRows method
ms.assetid 1c0975d6-d770-4884-830b-6986c6fa8e65
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

IRowsetImpl::GetNextRows

Fetches rows sequentially, remembering the previous position.

Syntax

  
      STDMETHOD( GetNextRows )(  
   HCHAPTER hReserved,  
   DBROWOFFSET lRowsOffset,  
   DBROWCOUNT cRows,  
   DBCOUNTITEM* pcRowsObtained,  
   HROW** prghRows   
);  

Parameters

See IRowset::GetNextRows in the OLE DB Programmer's Reference.

Requirements

Header: atldb.h

See Also

IRowsetImpl Class
IRowsetImpl::AddRefRows
IRowsetImpl::ReleaseRows