pub type EOS_Auth_LoginStatusChangedCallbackInfo = _tagEOS_Auth_LoginStatusChangedCallbackInfo;Expand description
Output parameters for the EOS_Auth_OnLoginStatusChangedCallback Function.
Aliased Type§
#[repr(C)]pub struct EOS_Auth_LoginStatusChangedCallbackInfo {
pub ClientData: *mut c_void,
pub LocalUserId: *mut EOS_EpicAccountIdDetails,
pub PrevStatus: i32,
pub CurrentStatus: i32,
}Fields§
§ClientData: *mut c_voidContext that was passed into EOS_Auth_AddNotifyLoginStatusChanged
LocalUserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the local user whose status has changed
PrevStatus: i32The status prior to the change
CurrentStatus: i32The status at the time of the notification