Sun Java System Message Queue 4.3 Developer's Guide for C Clients

MQGetFloat64Property

The MQGetFloat64Property function passes back the value of the MQFloat64 property for the specified key.


MQGetFloat64Property(const MQPropertiesHandle propertiesHandle,
 ConstMQString key,
 MQFloat64 * value);

Return Value

MQStatus. See the MQStatusIsError() function for more information.

Parameters

propertiesHandle

A properties handle for the key you want to get.

key

The name of a property key.

value

Output parameter for the property value.

Common Errors

MQ_NOT_FOUND
MQ_INVALID_TYPE_CONVERSION