# -*-c-*-
#
# $Id: 32MQOPEN-v2,v 25.1 2004/01/14 19:10:07 biersma Exp $
#
# (c) 1999-2004 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
