Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTypeDefBrokerName
 
awGetTypeDefBrokerName
BrokerError awGetTypeDefBrokerName(
BrokerTypeDef type_def,
char **broker_name);
type_def
The event type definition.
broker_name
The name of Broker Server. This parameter is used for output.
Obtains the name of the Broker 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 broker_name is NULL.
See also: