Broker 10.5 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTypeDefDescription
 
awGetTypeDefDescription
BrokerError awGetTypeDefDescription(
BrokerTypeDef type_def,
char **description);
type_def
The type definition whose scope is to be returned.
description
The description associated with the type definition. This parameter is used for output.
Returns the description associated with the event type specified by type_def.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_TYPE
The parameter type_def does not specify an event type.
AW_ERROR_INVALID_TYPEDEF
The parameter type_def is invalid.
AW_ERROR_NULL_PARAM
The parameter description is NULL.