STDMETHOD( GetNextRows )( HCHAPTER hReserved, LONG lRowsOffset, LONG cRows, ULONG *pcRowsObtained, HROW **prghRows );
See IRowset::GetNextRows in the OLE DB Programmer's Reference.
Remarks
Fetches rows sequentially, remembering the previous position.
IRowsetImpl Overview | Class Members
See Also