pub type EOS_Connect_LoginStatusChangedCallbackInfo = _tagEOS_Connect_LoginStatusChangedCallbackInfo;Expand description
Output parameters for the EOS_Connect_OnLoginStatusChangedCallback function.
Aliased Type§
#[repr(C)]pub struct EOS_Connect_LoginStatusChangedCallbackInfo {
pub ClientData: *mut c_void,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub PreviousStatus: i32,
pub CurrentStatus: i32,
}Fields§
§ClientData: *mut c_voidContext that was passed into EOS_Connect_AddNotifyLoginStatusChanged.
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local player whose status has changed.
PreviousStatus: i32The status prior to the change.
CurrentStatus: i32The status at the time of the notification.