IABTable::SeekRowIABTable::SeekRow*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IABTable::Restrict
*Next Topic: IABTable::SeekRowApprox

IABTable::SeekRow

HRESULT SeekRow(
    BOOKMARK bkOrigin,
    LONG lRowCount,
    LONG FAR * lplRowsSought
);

Moves the table cursor to a specific position.

bkOrigin
Bookmark identifying the starting position for the seek operation. A bookmark can be created using the CreateBookmark method, or one of the following predefined values can be passed:
BOOKMARK_BEGINNING Starts the seek operation from the beginning of the table.
BOOKMARK_CURRENT Starts the seek operation from the row in the table where the cursor is located.
BOOKMARK_END Starts the seek operation from the end of the table.
lRowCount
Signed count of the number of rows to move, starting from the bookmark identified by the bkOrigin parameter.
lplRowsSought
If lplRowsSought is a valid pointer on input, on output it points to the number of rows that were processed in the seek operation. If lplRowsSought is NULL on input, the indication is the caller is not interested in the number of rows processed, and nothing is returned on output.

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.