tibemsDestination_Destroy Function Purpose Destroy a destination object. C Declaration tibems_status tibemsDestination_Destroy( tibemsDestination destination ); COBOL Call CALL "tibemsDestination_Destroy" USING BY VALUE destination, RETURNING tibems-status END-CALL. destination has usage pointer. Parameters Parameter Description destination Destroy this destination.