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
Parameter | Description |
---|---|
producerInfo
|
Get the destination type of this producer. |
type
|
Store destination type. |