This function is part of the Connect Interface.
Remarks
Retrieve the equivalent external account mappings from a list of Product User IDs. The values will be cached and retrievable via EOS_Connect_GetProductUserIdMapping, EOS_Connect_CopyProductUserExternalAccountByIndex, EOS_Connect_CopyProductUserExternalAccountByAccountType or EOS_Connect_CopyProductUserExternalAccountByAccountId.
See Also
EOS_Connect_ExternalAccountInfo, EOS_Connect_GetProductUserExternalAccountCount, EOS_Connect_GetProductUserIdMapping, EOS_Connect_CopyProductUserExternalAccountByIndex, EOS_Connect_CopyProductUserExternalAccountByAccountType, EOS_Connect_CopyProductUserExternalAccountByAccountId, EOS_Connect_CopyProductUserInfo
Parameters
EOS_Connect_QueryProductUserIdMappings
Parameter Type And Name | Usage Information |
---|---|
EOS_HConnect Handle | |
const EOS_Connect_QueryProductUserIdMappingsOptions* Options | structure containing a list of Product User IDs to query for the external account representation. |
void* ClientData | arbitrary data that is passed back to you in the CompletionDelegate. |
const EOS_Connect_OnQueryProductUserIdMappingsCallback CompletionDelegate | a callback that is fired when the query operation completes, either successfully or in error. |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_Connect_OnQueryProductUserIdMappingsCallback to report the results of its operation.
Callback Remarks
Function prototype definition for callbacks passed to EOS_Connect_QueryProductUserIdMappings.
Callback Parameters
EOS_Connect_OnQueryProductUserIdMappingsCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_Connect_QueryProductUserIdMappingsCallbackInfo* Data | A EOS_Connect_QueryProductUserIdMappingsCallbackInfo containing the output information and result. |