tibemsStreamMsg_FreeField


Function

Purpose

Free allocated storage hidden in a field read from a stream message.

C Declaration

void tibemsStreamMsg_FreeField( 
    tibemsMsgField* field ); 

COBOL Call

CALL "tibemsStreamMsg_FreeField" 
     USING BY REFERENCE field  
END-CALL. 

Parameters

Parameter
Description
field
Free the storage associated with this field struct.

Remarks

Each successful call to tibemsStreamMsg_ReadField creates a field struct. Field structs can contain data in allocated storage. Programs that call tibemsStreamMsg_ReadField must subsequently call this function to free that allocated storage.

This function does not apply after calls to tibemsMapMsg_GetField.

See Also

tibemsMsgField

tibemsStreamMsg_ReadField


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com