Advantage Client Engine
Retrieve the order number of the indicated index handle.
UNSIGNED32 |
AdsGetIndexOrderByHandle (ADSHANDLE hIndex, UNSIGNED16 *pusIndexOrder); |
hIndex (I) |
Handle of index order. |
pusIndexOrder (O) |
Order number of the index handle. |
AdsGetIndexOrderByHandle returns the order number of the index handle passed in. The index order number is a number from 1 to the number of index orders currently open. The index orders are arranged by the order they are opened. If an index file is closed, the index orders in it are no longer available, and index orders opened after it are moved down. Therefore, there is a continuous list of index orders. If an AutoOpen index exits, the index orders in it are always the first ones in the order list.
None.