Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
Returns the exact position of the specified bookmark and the exact rowcount. |
This topic is a part of: