Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awFilter | awFilterToString
 
awFilterToString
char * awFilterToString(
BrokerFilter filter);
filter
The filter to be converted to a string.
Returns the filter as a string. The caller is responsible for freeing the memory associated with the return value.
This function returns NULL if filter is invalid or if memory cannot be allocated.