This function is part of the Connect Interface.
Fetch information about an external account linked to a Product User ID.
On a successful call, the caller must release the returned structure using the EOS_Connect_ExternalAccountInfo_Release API.
Return Value
An EOS_EResult that indicates the external account data was copied into the OutExternalAccountInfo.
EOS_Success if the information is available and passed out in OutExternalAccountInfo.
EOS_InvalidParameters if you pass a null pointer for the out parameter.
EOS_NotFound if the account data doesn't exist or hasn't been queried yet.
See Also
EOS_Connect_ExternalAccountInfo_Release
Parameters
EOS_Connect_CopyProductUserExternalAccountByIndex
If successful, this function provides data to the caller through an output parameter. Once you are finished with the data, you must release it by making the appropriate call into the EOS SDK.
This function is part of the Connect Interface.
Fetch information about an external account linked to a Product User ID.
On a successful call, the caller must release the returned structure using the {Release} API.
{Result.Success} if the information is available and passed out in OutExternalAccountInfo.
{Result.InvalidParameters} if you pass a null pointer for the out parameter.
{Result.NotFound} if the account data doesn't exist or hasn't been queried yet.
Return Value
An {Result} that indicates the external account data was copied into the OutExternalAccountInfo.
See Also
{Release}
Parameters
Connect.ConnectInterface.CopyProductUserExternalAccountByIndex
Parameter Type And Name
|
Usage Information
|
CopyProductUserExternalAccountByIndexOptions options
|
Structure containing the target index.
|
ExternalAccountInfo outExternalAccountInfo
|
The external account info data for the user with given index.
|
If successful, this function provides data to the caller through an output parameter. The EOS SDK will automatically handle releasing the data when your code no longer holds any reference to it; you do not need to call a "Release" function.
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no