CHAILink SDK
Version 1.3
|
CLC_ErrorCode DataTransferMessage_SetSendBuffer | ( | CPHOOKEDOBJECT const | hMsg, |
CPUINT16 const | wToOffset, | ||
CPUINT16 const | wBytesToCopy, | ||
CPBYTE const *const | pSrcBuffer | ||
) |
Fill the message buffer with data coming from the application.
[in] | hMsg | Handle to the Transfer Message. |
[in] | wToOffset | Message buffer offset |
[in] | wBytesToCopy | Number of bytes to copy from application to message buffer |
[in] | pSrcBuffer | Pointer to the source buffer |