Function | Description |
---|---|
xmsObjectMsgGetObjectAsBytes | Get the object that forms the body of the object message. |
xmsObjectMsgSetObjectAsBytes | Set the object that forms the body of the object message. |
xmsRC xmsObjectMsgGetObjectAsBytes(xmsHMsg message, xmsSBYTE *buffer, xmsINT bufferLength, xmsINT *actualLength, xmsHErrorBlock errorBlock);
Get the object that forms the body of the object message.
For more information about how to use this function, see C functions that return a byte array by value.
xmsRC xmsObjectMsgSetObjectAsBytes(xmsHMsg message, xmsSBYTE *value, xmsINT length, xmsHErrorBlock errorBlock);
Set the object that forms the body of the object message.