tibemsSession_CreateTextMessage
Function
C Declaration
tibems_status tibemsSession_CreateTextMessage( tibemsSession session, tibemsTextMsg* textMsg ); tibems_status tibemsSession_CreateTextMessageEx( tibemsSession session, tibemsTextMsg* textMsg const char* text );
COBOL Call
CALL "tibemsSession_CreateTextMessage"
USING BY VALUE session,
BY REFERENCE textMsg,
RETURNING tibems-status
END-CALL.
CALL "tibemsSession_CreateTextMessageEx"
USING BY VALUE session,
BY REFERENCE textMsg,
BY REFERENCE text,
RETURNING tibems-status
END-CALL.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.
