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.
Note:
destination
has usage pointer.
Parameters
Parameter | Description |
---|---|
destination
|
Copy this existing destination object. |
copy
|
Store the new copy. |