Home
C invocation
MQZ_TERM_NAME (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 */
Parent topic:
MQZ_TERM_NAME – Terminate name service
fa19860_
Home