tibemsDestination_Create
Function
C Declaration
tibems_status tibemsDestination_Create( tibemsDestination* destination, tibemsDestinationType type, const char* name );
COBOL Call
CALL "tibemsDestination_Create"
     USING BY REFERENCE destination,
           BY VALUE type,
           BY REFERENCE name,
           RETURNING tibems-status
END-CALL.
 
		
 
	 Copyright © Cloud Software Group, Inc. All rights reserved.
