Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTypeDefBrokerHost
 
awGetTypeDefBrokerHost
BrokerError awGetTypeDefBrokerHost(
BrokerTypeDef type_def,
char **host_name);
type_def
The event type definition.
host_name
The name of the Broker host. This parameter is used for output.
Obtains the host name of the Broker host where this event type is defined.
The caller is responsible for calling free on the output value.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_TYPEDEF
The parameter type_def is invalid.
AW_ERROR_NULL_PARAM
The parameter host_name is NULL.
See also: