Home
Hobj (MQHOBJ) - output
This handle represents the access that has been established to the object. It must be specified on subsequent MQ calls that operate on the object. It ceases to be valid when the MQCLOSE call is issued, or when the unit of processing that defines the scope of the handle terminates.
The scope of the object handle returned is the same as that of the connection handle specified on the call. See MQCONN - Hconn parameter for information about handle scope.
Home