Broker
10.5 |
webMethods Broker Documentation
|
webMethods Broker Client C API Programmer's Guide
|
API Reference
|
awGet
|
awGetFilterString
awGetFilterString
char * awGetFilterString(
BrokerFilter
filter
);
filter
The filter whose filter string is to be returned.
Returns the filter string from the specified
filter
.
Returns
NULL
if
filter
is invalid or if memory allocation fails.
The caller is responsible for freeing the memory associated with the return value. For more information on filters, see
Managing Event Types
.
See also:
awNewBrokerFilter