Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at 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