IRowsetExactScroll

Gives an exact position and and exact rowcount for a given bookmark into the Rowset.

Syntax

interface IRowsetExactScroll : public IRowsetScroll {
public:
HRESULT GetExactPosition(HCHAPTER hChapter, 
DBBKMARK cbBookmark, const BYTE *pBookmark, 
DBCOUNTITEM *pulPosition, DBCOUNTITEM*pcRows); 
};

Remarks

Method

Description

IRowsetExactScroll::GetExactPosition

Returns the exact position of the specified bookmark and the exact rowcount.

This topic is a part of: