Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTypeDefTypeName
 
awGetTypeDefTypeName
char * awGetTypeDefTypeName(
BrokerTypeDef type_def);
type_def
The type definition whose name is to be returned.
Returns the fully qualified name of the specified Broker event type, type_def. The fully qualified name consists of the base name with its scope qualifier. NULL is returned if type_def is invalid.
The caller is responsible for calling free on the return value.
See also: