Chapter 5 C Routines Reference


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.

Return Values

Return value To indicate
JAG_SUCCEED Success
JAG_FAIL Failure

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

Usage

See "Share Data Between C Components" in the EAServer Programmer's Guide for more information.

See Also

JagGetCollectionList

 


Copyright © 2001 Sybase, Inc. All rights reserved.