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

MQCreateProperties

The MQCreateProperties function creates a properties handle and passes it back to the caller.


MQCreateProperties (MQPropertiesHandle * propertiesHandle);

Return Value

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

Parameters

propertiesHandle

Output parameter for the handle that references the newly created properties object.

Use the MQCreateProperties function to get a properties handle. You can then use the appropriate MQSet...Property function to set the desired properties.