These routines allow C or C++ components to share data.
JagFreeCollectionHandle – Release the reference to a collection.
JagFreeCollectionList – Release the memory allocated for the JagNameList structure.
JagFreeSharedDataHandle – Release the shared variable handle.
JagGetCollection – Retrieve a shared-data collection handle.
JagGetCollectionList – Retrieve a list of all the collections defined in the server.
JagGetSharedData – Use the shared variable name to retrieve a shared variable handle.
JagGetSharedDataByIndex – Use the shared variable index number to retrieve a shared variable handle.
JagGetSharedValue – Retrieve a shared variable value.
JagLockCollection – Lock a collection.
JagLockNoWaitCollection – Lock a collection but do not wait for a locked collection to be unlocked.
JagNewCollection – Create a shared-data collection or return a reference to an existing collection.
JagNewSharedData – Create a shared variable with a specified name or retrieve the handle for the existing variable with the specified name.
JagNewSharedDataByIndex – Create a shared variable with the specified index number or retrieve the existing variable with the specified index.
JagSetSharedValue – Set a shared variable value.
JagUnlockCollection – Unlock a collection.
Copyright © 2005. Sybase Inc. All rights reserved. |