TipcPropertiesDestroy destroy a properties table
props
properties table
TRUE
if table is destroyed successfully, FALSE
otherwise.
If TipcPropertiesDestroy fails, it returns FALSE
and sets the global SmartSockets error code to:
TipcPropertiesDestroy frees the memory allocated to the properties table.
None
TipcPropertiesCreate, TipcPropertiesCreateMsg, TipcPropertiesMsgCreate
This example destroys a properties table:
T_IPC_PROPERTIES props; T_BOOL status; /*destroy properties structure
*/ status = TipcPropertiesDestroy(props); if (!status) {return
; /* error */
}
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |