IABTable::FindRowIABTable::FindRow*
*Contents  *Index  *Topic Contents
*Previous Topic: IABTable::ExpandRow
*Next Topic: IABTable::FreeBookmark

IABTable::FindRow

HRESULT FindRow(
    LPSRestriction  lpRestriction,
    BOOKMARK  BkOrigin,
    ULONG     ulFlags
);

Find the next row in a table that contains a property matching the specified criteria.

lpRestriction
Address of an SRestriction structure that describes the search criteria.
BkOrigin
Bookmark identifying the row where FindRow should begin its search. A bookmark can be created using the CreateBookmark method, or one of the following predefined values can be passed:
BOOKMARK_BEGINNING Searches from the beginning of the table
BOOKMARK_CURRENT Searches from the row in the table where the cursor is located.
BOOKMARK_END Searches from the end of the table.
ulFlags
Bitmask of flags that control the direction of the search. The following flag can be set:
DIR_BACKWARD Searches backward from the row identified by the bookmark.

Back to top


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