Chapter 5 C Routines Reference


JagFreeCollectionHandle

Description

Release the reference to a collection.

Syntax

JagStatus JagFreeCollectionHandle (
JagDataCollection * pCollection)

Parameters

pCollection 

The address of the collection handle.

Return Values

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 "Share Data Between C Components" in the Jaguar CTS Programmer's Guide for more information.

See Also

JagFreeSharedDataHandle, JagGetCollection, JagNewCollection

 


Copyright © 2000 Sybase, Inc. All rights reserved.