Advantage Client Engine
Returns an array of handles of all open tables and cursors
UNSIGNED32 |
AdsGetAllTables (ADSHANDLE ahTable[], UNSIGNED16 *pusArrayLen); |
Parameters
ahTable[] (O) |
Returns table and cursor handles in the given array. |
pusArrayLen (I/O) |
Number of entries (not bytes) in the array on input, number of returned entries on output. |
AdsGetAllTables will return the handles for all open tables and cursors. The handle array must be supplied with each element having room for a handle (not byte). If there are more handles than the array can hold, the array will be filled with the handles that fit, an error will be returned, and the number of open tables and cursors will be returned in the pusArrayLen parameter.