Skip to main content

EOS_AntiCheatClient_UnregisterPeerOptions

Type Alias EOS_AntiCheatClient_UnregisterPeerOptions 

Source
pub type EOS_AntiCheatClient_UnregisterPeerOptions = _tagEOS_AntiCheatClient_UnregisterPeerOptions;
Expand description

Input parameters for the EOS_AntiCheatClient_UnregisterPeer function.

Aliased Type§

#[repr(C)]
pub struct EOS_AntiCheatClient_UnregisterPeerOptions { pub ApiVersion: i32, pub PeerHandle: *mut c_void, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_ANTICHEATCLIENT_UNREGISTERPEER_API_LATEST.

§PeerHandle: *mut c_void

Locally unique value describing the remote user, as previously passed to EOS_AntiCheatClient_RegisterPeer