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

MQGetBoolProperty

The MQGetBoolProperty function passes back the value of the MQBool property for the specified key.


MQGetBoolProperty(const MQPropertiesHandle propertiesHandle,
                        ConstMQString key,
                        MQBool * value);

Return Value

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

Parameters

propertiesHandle

A properties handle for the specified 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