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: