tibemsDestination_Copy


Function

Purpose

Create an independent copy of a destination object.

C Declaration

tibems_status tibemsDestination_Copy( 
    tibemsDestination destination, 
    tibemsDestination* copy ); 

COBOL Call

CALL "tibemsDestination_Copy" 
     USING BY VALUE destination, 
           BY REFERENCE copy, 
           RETURNING tibems-status 
END-CALL. 

destination has usage pointer.

Parameters

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