pub type EOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo = _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo;Expand description
Structure containing details about a client/peer authentication status change
Aliased Type§
#[repr(C)]pub struct EOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo {
pub ClientData: *mut c_void,
pub ClientHandle: *mut c_void,
pub ClientAuthStatus: i32,
}Fields§
§ClientData: *mut c_voidCaller-specified context data
ClientHandle: *mut c_voidThe identifier of the client/peer that this status change applies to. See the RegisterClient and RegisterPeer functions.
ClientAuthStatus: i32The client/peer’s new authentication status