EOS_Connect_QueryProductUserIdMappings

EOS API reference page for EOS_Connect_QueryProductUserIdMappings

2 분 소요

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 NameUsage Information
EOS_HConnect Handle
const EOS_Connect_QueryProductUserIdMappingsOptions* Optionsstructure containing a list of Product User IDs to query for the external account representation.
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate.
const EOS_Connect_OnQueryProductUserIdMappingsCallback CompletionDelegatea 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 NameUsage Information
const EOS_Connect_QueryProductUserIdMappingsCallbackInfo* DataA EOS_Connect_QueryProductUserIdMappingsCallbackInfo containing the output information and result.