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


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_GetDestinationName

tibemsConsumerInfo_GetDestinationName
Function
Purpose
Get the consumer's destination name.
C Declaration
tibems_status tibemsConsumerInfo_GetDestinationName(
    tibemsConsumerInfo consumerInfo,
    char* name,
    tibems_int name_len);
COBOL Call
CALL "tibemsConsumerInfo_GetDestinationName"
 USING BY VALUE consumerInfo,
       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