Home

 

Initial values and language declarations

Table 62. Initial values of fields in MQRR
Field name Name of constant Value of constant
CompCode MQCC_OK

0

Reason MQRC_NONE

0

Notes:

  1. In the C programming language, the macro variable MQRR_DEFAULT contains the values listed above. Use it in the following way to provide initial values for the fields in the structure:

    MQRR MyRR = {MQRR_DEFAULT};



 

Home