qBool UploadCommonData( ProtocolCallContext * pContext, const void * pCommonData, qByte commonDataSize, UniqueId nexUniqueId = INVALID_UNIQUEID );
Name | Description | |
---|---|---|
in | pContext |
The call context. |
in | pCommonData | Pointer to binary data to upload as common ranking data. |
in | commonDataSize | The size of the binary data being uploaded (0-256). |
in | nexUniqueId |
The NEX unique ID. |
Value | Description |
---|---|
true |
RMC call initialization succeeded. |
false |
Failure. |
Registers common ranking data.
This function can only be used to upload common data that has the same principal ID as the data of the local host.
CONFIDENTIAL