Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awBroker | awBrokerLongToString
 
awBrokerLongToString
char *awBrokerLongToString(
BrokerLong bl,
char *string);
bl
The BrokerLong to be converted to a string.
string
The string representation that is returned. This parameter is used for output.
Obtains a string representation of the specified BrokerLong. The buffer pointed to by string must have at least 24 bytes of space.
See also: