TipcMsgFileDestroy destroy a T_IPC_MSG_FILE
msg_file
T_IPC_MSG_FILE to destroy
TRUE
if the T_IPC_MSG_FILE was successfully destroyed, FALSE
otherwise.
If TipcMsgFileDestroy fails, it returns FALSE
and sets the global SmartSockets error number to:
TipcMsgFileDestroy destroys a T_IPC_MSG_FILE. All memory for the T_IPC_MSG_FILE is freed. If the message file was created with TipcMsgFileCreateFromFile, then the file is left open, otherwise the file is closed. The file on disk is not removed.
TipcMsgFileDestroy does not remove the message file from disk.
TipcMsgFileCreate, TipcMsgFileRead, TipcMsgFileWrite
This example destroys a T_IPC_MSG_FILE with TipcMsgFileDestroy:
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |