Advantage Client Engine
Sets a long value for the given handle.
UNSIGNED32 |
AdsSetHandleLong (ADSHANDLE hObj, UNSIGNED32 ulValue); |
hObj (I) |
Handle of a connection, table, cursor, or an index order. |
ulValue (I) |
The value to be set for the given handle. |
Sets a long value that will be associated with the given handle and available to the user for the life of the 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. If the value is a memory reference (e.g., a pointer to an application-specific structure), then the application is responsible for freeing the memory.