/* @(#)68       1.3  src/examples/demo/generic_app/sample_bind.idl, examples.src, os2dce21.dss, 960602a.1 8/13/95 13:37:50
 *
 * COMPONENT_NAME:  examples.src
 *
 * FUNCTIONS: none
 *
 * ORIGINS: 72
 *
 * (C) COPYRIGHT International Business Machines Corp. 1995
 *  All Rights Reserved
 *  Licensed Materials - Property of IBM
 *
 *  US Government Users Restricted Rights - Use, duplication or
 *  disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 *
 * @OSF_COPYRIGHT@
 * COPYRIGHT NOTICE
 * Copyright (c) 1990, 1991, 1992, 1993, 1994 Open Software Foundation, Inc.
 * ALL RIGHTS RESERVED (DCE).  See the file named COPYRIGHT.DCE in the
 * src directory for the full copyright text.
 *
 */

/****************************************************************************/
/*                                                                          */
/* sample_bind.idl                                                          */
/*                                                                          */
/****************************************************************************/


[
uuid(006868ca-6064-1d49-9829-0000c0d4de56),
version(1.0)
]
interface sample_bind
{

	void rs_bind_to_object(
		[in] handle_t binding,
		[in, string] char *component,
		[out] uuid_t *object_uuid, 
		[out] uuid_t *mgr_type_uuid,
		[out] error_status_t *status
	);
}

