This function is part of the Connect Interface.
Fetch information about a Product User, using the external account that they most recently logged in with as the reference.
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_CopyProductUserInfo
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 a Product User, using the external account that they most recently logged in with as the reference.
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
Connect.ConnectInterface.CopyProductUserInfo
Parameter Type And Name
|
Usage Information
|
CopyProductUserInfoOptions options
|
Structure containing the target external account ID.
|
ExternalAccountInfo outExternalAccountInfo
|
The external account info data last logged in for the user.
|
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