C invocation

MQZ_TERM_AUTHORITY (Hconfig, Options, QMgrName, ComponentData,
                   &CompCode, &Reason);

The parameters passed to the service are declared as follows:

MQHCONFIG  Hconfig;           /* Configuration handle */
MQLONG     Options;           /* Termination options */
MQCHAR48   QMgrName;          /* Queue manager name */
MQBYTE     ComponentData[n];  /* Component data */
MQLONG     CompCode;          /* Completion code */
MQLONG     Reason;            /* Reason code qualifying CompCode */