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


Chapter 15 Administration : tibemsProducerInfo : tibemsProducerInfo_GetDestinationType

tibemsProducerInfo_GetDestinationType
Function
Purpose
Get the producer's destination type.
C Declaration
tibems_status tibemsProducerInfo_GetDestinationType(
    tibemsProducerInfo producerInfo,
    tibemsDestinationType* type);
COBOL Call
CALL "tibemsProducerInfo_GetDestinationType"
 USING BY VALUE producerInfo,
       BY REFERENCE destType,
       RETURNING tibems-status
END-CALL.
Parameters
 
See Also
tibemsDestinationType on page 143
 

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