This function is part of the Connect Interface.
Remarks
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
Parameter Type And Name | Usage Information |
---|---|
EOS_HConnect Handle | |
const EOS_Connect_CopyProductUserExternalAccountByIndexOptions* Options | Structure containing the target index. |
EOS_Connect_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. Once you are finished with the data, you must release it by making the appropriate call into the EOS SDK.