Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetClientApplicationName
 
awGetClientApplicationName
BrokerError awGetClientApplicationName(
BrokerClient client,
char **app_name);
client
The Broker client whose list of event types is to be returned.
app_name
The name of the application associated with this Broker client. This parameter is used for output.
Provides the application name for this Broker client. The caller is responsible for freeing the output value.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client is not valid.
AW_ERROR_NULL_PARAM
The parameter app_name is NULL.
See also: