Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTypeDefScopeName
 
awGetTypeDefScopeName
char * awGetTypeDefScopeName(
BrokerTypeDef type_def);
type_def
The type definition whose scope is to be returned.
Returns the scope of the event type specified by type_def.
The caller is responsible for calling free on the return value.
A NULL value is returned if type_def is invalid.
See also: