# -*-c-*-
#
# $Id: 32MQOPEN-v2,v 23.1 2003/04/10 19:07:16 biersma Exp $
#
# (c) 1999-2003 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
