This function is part of the Connect Interface.
Remarks
Create an account association with the Epic Online Service as a product user given their external auth credentials.
Parameters
EOS_Connect_CreateUser
Parameter Type And Name | Usage Information |
---|---|
EOS_HConnect Handle | |
const EOS_Connect_CreateUserOptions* Options | structure containing a continuance token from a "user not found" response during Login (always try login first). |
void* ClientData | arbitrary data that is passed back to you in the CompletionDelegate. |
const EOS_Connect_OnCreateUserCallback CompletionDelegate | a callback that is fired when the create operation completes, either successfully or in error. |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_Connect_OnCreateUserCallback to report the results of its operation.
Callback Parameters
EOS_Connect_OnCreateUserCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_Connect_CreateUserCallbackInfo* Data | Output parameters for the EOS_Connect_CreateUser function. |