This function is part of the Auth Interface.
Remarks
Signs the player out of the online service.
Parameters
EOS_Auth_Logout
Parameter Type And Name | Usage Information |
---|---|
EOS_HAuth Handle | |
const EOS_Auth_LogoutOptions* Options | structure containing information about which account to log out. |
void* ClientData | arbitrary data that is passed back to you in the CompletionDelegate |
const EOS_Auth_OnLogoutCallback CompletionDelegate | a callback that is fired when the logout operation completes, either successfully or in error |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_Auth_OnLogoutCallback to report the results of its operation.
Callback Remarks
Function prototype definition for callbacks passed to EOS_Auth_Logout
Callback Parameters
EOS_Auth_OnLogoutCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_Auth_LogoutCallbackInfo* Data | A EOS_Auth_LogoutCallbackInfo containing the output information and result |