JagFreeCollectionList

Description

Release the memory allocated for the JagNameList structure.

Syntax

JagStatus JagFreeCollectionList (
            JagNameList ** pList)

Parameters

pList

The pointer to the address of the JagNameList structure.

Returns

Return value

To indicate

JAG_SUCCEED

Success

JAG_FAIL

Failure

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

Usage

See Appendix C, “Creating C Components,” in the EAServer Programmer’s Guide for more information.

See also

JagGetCollectionList