tibemsStreamMsg_Create
Function
Purpose
Create a stream message.
C Declaration
tibems_status tibemsStreamMsg_Create( tibemsStreamMsg* message );
COBOL Call
CALL "tibemsStreamMsg_Create" USING BY REFERENCE message, RETURNING tibems-status END-CALL.
Note:
message
has usage pointer.
Parameters
Parameter | Description |
---|---|
message
|
Store a pointer to the new message. |
Remarks
Create a new stream message.
When your application creates a message, it also allocates storage for that message. This storage must subsequently be freed by a call to
tibemsMsg_Destroy
.