Home

 

Visual Basic invocation

MQOPEN Hconn, ObjDesc, Options, Hobj, CompCode, Reason

Declare the parameters as follows:

Dim Hconn    As Long 'Connection handle'
Dim ObjDesc  As MQOD 'Object descriptor'
Dim Options  As Long 'Options that control the action of MQOPEN'
Dim Hobj     As Long 'Object handle'
Dim CompCode As Long 'Completion code'
Dim Reason   As Long 'Reason code qualifying CompCode'


 

Home