Advantage Client Engine
Returns the long value for this handle set with a call to AdsSetHandleLong.
UNSIGNED32 |
AdsGetHandleLong (ADSHANDLE hObj, UNSIGNED32 *pulValue); |
hObj (I) |
Handle of a connection, table, cursor, or an index order. |
pulValue (O) |
Returns the value that has been set for this handle. |
Returns the value set for this handle in a previous call to AdsSetHandleLong. This function allows one value to be stored for this handle. The value stored is at the user’s discretion. The Advantage Client Engine does not use the value for any operation, but simply stores it. The value is readable as long as the handle is valid.
If a value for this handle has not been set, the function returns AE_INVALID_HANDLE.