Contents Index Topic Contents | ||
Previous Topic: IABTable::SeekRow Next Topic: IABTable::SetCollapseState |
IABTable::SeekRowApprox
HRESULT SeekRowApprox( ULONG ulNumerator, ULONG ulDenominator );Moves the cursor to an approximate fractional position in a table.
- Returns one of the following values:
S_OK The seek operation was successful. MAPI_E_BUSY Another operation is in progress that prevents the row seeking operation from starting. Either the operation in progress should be allowed to complete, or it should be stopped.
- ulNumerator
- Numerator of the fraction representing the table position. If the ulNumerator parameter is zero, it points to the beginning of the table regardless of the denominator value. If ulNumerator is equal to the ulDenominator parameter, the cursor is positioned after the last table row.
- ulDenominator
- Denominator of the fraction representing the table position. The ulDenominator parameter cannot be zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.