Aracılığıyla paylaş


IRowsetLocateImpl::GetRowsAt

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 
);

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

Reference

IRowsetLocateImpl Class

IRowsetLocateImpl::GetRowsByBookmark

Other Resources

IRowsetLocateImpl Members