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


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_GetDestinationType

tibemsConsumerInfo_GetDestinationType
Function
Purpose
Get consumer's destination type.
C Declaration
tibems_status tibemsConsumerInfo_GetDestinationType(
    tibemsConsumerInfo consumerInfo,
    tibemsDestinationType* type);
COBOL Call
CALL "tibemsConsumerInfo_GetDestinationType"
 USING BY VALUE consumerInfo,
       BY REFERENCE destType,
       RETURNING tibems-status
END-CALL.
Parameters
 
See Also
tibemsDestinationType on page 145

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