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


Chapter 3 Destination : tibemsDestination : tibemsDestination_Create

tibemsDestination_Create
Function
Purpose
Create a destination object.
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.
 
destination has usage pointer.
Parameters
 
See Also
tibemsDestinationType on page 145

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