awGetEventTypeScopeName
char * awGetEventTypeScopeName(
BrokerEvent event);
event | The event whose scope is to be returned. |
Returns the scope of the specified event. The scope consists of the qualifier without the base name. The caller is responsible for calling free on the return value.
A NULL value is returned if event is invalid.
See also: