void SetBuffer( const void * pBuffer, qUnsignedInt32 bufferSize );
Name | Description | |
---|---|---|
in | pBuffer | Buffer address. |
in | bufferSize | Buffer size. |
Copies the specified buffer and sets the binary data. Data exceeding MESSAGING_BINARY_MAX_SIZE
cannot be used with the instant messaging feature. An error occurs during server transmission.
CONFIDENTIAL