tibemsBytesMsg_GetBytes
Function
C Declaration
tibems_status tibemsBytesMsg_GetBytes( tibemsBytesMsg message, void** bytes, tibems_uint* byteSize );
COBOL Call
CALL "tibemsBytesMsg_GetBytes" USING BY VALUE message, BY REFERENCE bytes, BY REFERENCE byteSize, RETURNING tibems-status END-CALL.
Parameters
Parameter | Description |
---|---|
message | Get the byte sequence of this bytes message. |
bytes | Store a pointer to the bytes of the message in this location.
Your program must not change the bytes, which belong to the message; if you must modify the bytes, make a private copy first. |
byteSize | Store the length of the byte sequence. |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.