Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTypeDefBaseName
 
awGetTypeDefBaseName
char * awGetTypeDefBaseName(
BrokerTypeDef type_def);
type_def
The event type definition whose name is to be returned.
Returns the name of the event type definition, without the scope qualifier, from the event type definition. Returns NULL if the type_def is not valid.
The caller is responsible for calling free on the output value.
See also: