TipcPropertiesSet set the specified name and value in the properties table
props
properties table
name
property name
value
value of name
TRUE
on success, FALSE
otherwise.
If TipcPropertiesSet fails, it returns FALSE
and sets the global SmartSockets error code to:
TipcPropertiesSet associates a value with a property name. If value
is null then this property is deleted from the table. This effectively disables the property.
None
TipcPropertiesCreate, TipcPropertiesGet
This example sets the values in a property table:
T_IPC_PROPERTIES props; T_BOOL status; status = TipcPropertiesSet(props, "prop1", "val1"); 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 |