Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Destination : tibemsDestination : tibemsDestination_Copy

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
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved