Properties Table


The entries in the properties table can be traversed using TipcPropertiesTraverse. This is how the required traversal function is defined:

typedef T_PTR (*T_IPC_PROPERTY_TRAV_FUNC) (T_PTR key, T_PTR value, 
T_PTR arg); 
 

This function returns NULL to continue the traversal and a non-null value to stop the traversal. All three arguments to the traversal function are of type T_PTR. They are usually cast to application-specific data structures. For more information on using Properties tables, see the TipcProperties* functions.


TIBCO SmartSockets™ Application Programming Interface
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com