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


Chapter 15 Administration : tibemsProducerInfo : tibemsProducerInfo_GetDestinationName

tibemsProducerInfo_GetDestinationName
Function
Purpose
Get the producer's destination name.
C Declaration
tibems_status tibemsProducerInfo_GetDestinationName(
    tibemsProducerInfo producerInfo,
    char* name
    tibems_int name_len);
COBOL Call
CALL "tibemsProducerInfo_GetDestinationName"
 USING BY VALUE producerInfo,
       BY REFERENCE destName,
       BY VALUE name_len,
       RETURNING tibems-status
END-CALL.
Parameters
 
Length of the name buffer.
 

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