void SetBuffer( const void * src, qUnsignedInt32 size );
Name | Description | |
---|---|---|
in | src | Starting address of the memory region to set. |
in | size | Size of the memory region to set. |
Sets a binary value.
Sets the content of size bytes from the region specified by src. When uploading to the server, the operation fails if the size exceeds MatchmakeRefereeConstants::STATS_BUFFER_MAX_SIZE
. For more information about the error, see the MatchmakeRefereeClient::EndRound
function.
CONFIDENTIAL