awGetEventTypeName
char * awGetEventTypeName(
BrokerEvent event);
event | The event whose name is to be returned. |
Gets the fully-qualified name of event, which includes the event's base name and scope qualifier. The caller is responsible for calling free on the return value.
A NULL value is returned if event is invalid.
See also: