Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTypeDefFromEvent
 
awGetTypeDefFromEvent
BrokerError awGetTypeDefFromEvent(
BrokerEvent event,
BrokerTypeDef *type_def);
event
The event whose type definition is to be retrieved.
type_def
The type definition. This parameter is used for output.
Obtains the event type definition for the specified event.
The caller is not responsible for freeing the return value.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_EVENT
The event is invalid.
AW_ERROR_INVALID_TYPEDEF
The event is not associated with a Broker client.
AW_ERROR_NULL_PARAM
The parameter type_def is NULL.
See also: