tibemsDetailedDestStat_GetDestinationName
Function
Purpose
Get the name of the destination.
C Declaration
tibems_status tibemsDetailedDestStat_GetDestinationName( tibemsDetailedDestStat detailedDestStat, char* name, tibems_int name_len);
COBOL Call
CALL "tibemsDetailedDestStat_GetDestinationName" USING BY VALUE detailedDestStat, BY REFERENCE destName, BY VALUE name_len, RETURNING tibems-status END-CALL.
Parameters
Parameter | Description |
---|---|
detailedDestStat
|
Get the name of this destination. |
name
|
Store destination name. |
name_len
|
Length of the name buffer. |