Function
Create an independent copy of a destination object.
tibems_status
tibemsDestination_Copy(tibemsDestination
destination,tibemsDestination
* copy );
CALL "tibemsDestination_Copy" USING BY VALUE destination, BY REFERENCE copy, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
destination
|
Copy this existing destination object.
|
copy
|
The function stores the new copy in this location.
|
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |