Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTypeDefStorageType
 
awGetTypeDefStorageType
BrokerError awGetTypeDefStorageType(
BrokerTypeDef type_def,
int *storage_type);
type_def
The type definition whose name is to be returned.
storage_type
The location where the storage type value is to be returned. This parameter is used for output. Returns a value of AW_STORAGE_GUARANTEED.
Obtains the storage type for this event type.
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 time_to_live is NULL.