# -*-c-*-
#
# $Id: 32MQOPEN-v2,v 14.1 2000/08/15 20:50:02 wpm Exp $
#
# (c) 1999, 2000 Morgan Stanley Dean Witter and Co.
# See ..../src/LICENSE for terms of distribution.
#

MQHOBJ
MQOPEN(Hconn,ObjDesc,Options,CompCode,Reason)
	MQHCONN		Hconn
	MQOD		ObjDesc
	MQLONG		Options
	MQLONG		CompCode
	MQLONG		Reason

	CODE:
	MQOPEN(Hconn,&ObjDesc,Options,&RETVAL,&CompCode,&Reason);
	OUTPUT:
	RETVAL
	ObjDesc
	CompCode
	Reason
