Contents Index Topic Contents | ||
Previous Topic: IABTable::QueryColumns Next Topic: IABTable::QueryRows |
IABTable::QueryPosition
HRESULT QueryPosition( ULONG FAR * lpulRow, ULONG FAR * lpulNumerator, ULONG FAR * lpulDenominator );Gets the current table cursor position, based on a fractional value.
- Returns S_OK if the method returned valid values in lpulRow, lpulNumerator, and lpulDenominator.
- lpulRow
- Address of the value that contains the current row number. The row numbers are zero-based in position; row zero is the first row.
- lpulNumerator
- Address of the value that contains the fractional numerator part of the table position.
- lpulDenominator
- Address of the value that contains the fractional denominator part of the table position. The lpulDenominator parameter cannot be zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.