awGetEventTypeBaseName
char * awGetEventTypeBaseName(
BrokerEvent event);
event | The event whose base type is to be returned. |
Returns the base name of event. The base name does not have the event scope qualification. The caller is responsible for calling free on the return value.
A NULL value is returned if event is invalid.
See also: