Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Messages : tibemsStreamMsg : tibemsStreamMsg_FreeField

tibemsStreamMsg_FreeField
Function
Purpose
Free storage allocated during the reading of a stream message.
C Declaration
void tibemsStreamMsg_FreeField(
    tibemsMsgField* field );
COBOL Call
CALL "tibemsStreamMsg_FreeField"
USING BY REFERENCE field
END-CALL.
Parameters
 
Remarks
Each successful call to tibemsStreamMsg_ReadField allocates storage for a tibemsMsgField. Programs that call tibemsStreamMsg_ReadField must subsequently call this function to free that allocated storage.
This function does not need to be called after tibemsMapMsg_GetField.
See Also
tibemsMsgField on page 134
tibemsStreamMsg_ReadField on page 116

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved