The TipcProperties* functions are used to manipulate properties tables which describe the properties of queues and queue managers. For more information on queues and queue managers, see the TIBCO SmartMQ User’s Guide.
TipcPropertiesCreate create a properties table
TipcPropertiesCreateMsg create a properties table from a SmartSockets message
TipcPropertiesDestroy destroy a properties table
TipcPropertiesGet determine the property value for the specified property name
TipcPropertiesGetCount determine the count of name-value pairs in the properties table
TipcPropertiesGetDefault determine the default value for the specified property
TipcPropertiesMsgCreate create a SmartSockets message from a properties table
TipcPropertiesSet set the specified name and value in the properties table
TipcPropertiesTraverse traverse the properties table
T_STR TipcPropertiesTraverse(props
,traverse_func
,traverse_arg
) T_IPC_PROPERTIESprops
; T_IPC_PROPERTY_TRAV_FUNCtraverse_func
; T_PTRtraverse_arg
;
TIBCO SmartSockets™ API Quick Reference Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |