Release the shared variable handle.
JagStatus JagFreeSharedDataHandle ( JagSharedData * pData)
The address of the shared variable handle.
Return value |
To indicate |
---|---|
JAG_SUCCEED |
Success |
JAG_FAIL |
Failure |
Check the server’s log file for more information when JagFreeSharedDataHandle fails.
You must release the shared variable handle, otherwise a memory leak will occur.
Before releasing the shared variable handle, you must release the handle of the collection to which the shared variable belongs.
See Appendix C, “Creating C Components,” in the EAServer Programmer’s Guide for more information.
JagFreeCollectionHandle, JagGetSharedData, JagGetSharedDataByIndex, JagNewSharedData, JagNewSharedDataByIndex
Copyright © 2005. Sybase Inc. All rights reserved. |