MQOPEN (in MQHCONN Hconn,
inout MQOD ObjDesc,
in MQLONG Options,
out MQHOBJ Hobj,
out MQLONG CompCode,
out MQLONG Reason);
MQCLOSE (in MQHCONN Hconn,
inout MQHOBJ Hobj,
in MQLONG Options,
out MQLONG CompCode,
out MQLONG Reason);
Hconn - handle of opened connection to queue manager
ObjDesc - descriptor of queue with string name of queue
Hobj - handle of opened queue object
CompCode - completion code
Reason - failure reason for completion code other than MQCC_OK