Function
Create a destination object.
tibems_status
tibemsDestination_Create(tibemsDestination
* destination,tibemsDestinationType
type, const char* name );
CALL "tibemsDestination_Create" USING BY REFERENCE destination, BY VALUE type, BY REFERENCE name, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
destination
|
The function stores the new destination in this location.
|
type
|
Create a destination of this type (queue or topic).
|
name
|
Create a destination with this name.
|
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |