Forum Post: Re: How To Define Type Mqod When Calling Websphere Mq Api Function Mqopen

  • Thread starter Thread starter Fuelfire
  • Start date Start date
Status
Not open for further replies.
F

Fuelfire

Guest
Here is C invocation: MQOPEN (Hconn, &ObjDesc, Options, &Hobj, &CompCode, &Reason); Declare the parameters as follows: MQHCONN Hconn; /* Connection handle */ MQOD ObjDesc; /* Object descriptor */ MQLONG Options; /* Options that control the action of MQOPEN */ MQHOBJ Hobj; /* Object handle */ MQLONG CompCode; /* Completion code */ MQLONG Reason; /* Reason code qualifying CompCode */ Cobol, PL and others are the same.

Continue reading...
 
Status
Not open for further replies.
Back
Top