JagFreeCollectionHandle

Description

Release the reference to a collection.

Syntax

JagStatus JagFreeCollectionHandle (
            JagDataCollection * pCollection)

Parameters

pCollection

The address of the collection handle.

Returns

Return value

To indicate

JAG_SUCCEED

Success

JAG_FAIL

Failure

Check the server’s log file for more information when JagFreeCollectionHandle fails.

Usage

This routine does not free any other resources besides the collection handle. See “Appendix C, “Creating C Components,” in the EAServer Programmer’s Guide for more information.

See also

JagFreeSharedDataHandle, JagGetCollection, JagNewCollection