|
virtual bool CRBaseEx::GetRowsAt(const BYTE* pBookmark, LONG nRowsOffset=0, ULONG nBookmarkLen=0); Return Value true if successful; otherwise false. Parameters [in] pBookmark: A non-NULL pointer to a bookmark. [in] nRowsOffset: The signed count of rows from the origin bookmark to the target row. [in] nBookmarkLen: The length of the bookmark in bytes. If nBookmarkLen is zero, a CRBaseEx object uses the length of bookmark length of current record. Remark Fetches rows starting with the row specified by an offset from a bookmark. Refers to IRowsetLocate::GetRowsAt. For how to use it, see the example Scroll. |