tibemsDetailedDestStat_GetDestinationType

Function

Purpose

Get the type of the destination.

C Declaration

tibems_status tibemsDetailedDestStat_GetDestinationType(
    tibemsDetailedDestStat detailedDestStat,
    tibemsDestinationType* destType);

COBOL Call

CALL "tibemsDetailedDestStat_GetDestinationType"
 USING BY VALUE detailedDestStat,
       BY REFERENCE destType,
       RETURNING tibems-status
END-CALL.

Parameters

Parameter Description
detailedDestStat Get the type of this destination.
destType Store destination type.