# -*-c-*-
#
# $Id: 32MQOPEN-v2,v 16.1 2001/01/05 21:42:43 wpm Exp $
#
# (c) 1999-2001 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
