pub type EOS_AntiCheatClient_ReceiveMessageFromServerOptions = _tagEOS_AntiCheatClient_ReceiveMessageFromServerOptions;Expand description
Input parameters for the EOS_AntiCheatClient_ReceiveMessageFromServer function.
Aliased Type§
#[repr(C)]pub struct EOS_AntiCheatClient_ReceiveMessageFromServerOptions {
pub ApiVersion: i32,
pub DataLengthBytes: u32,
pub Data: *const c_void,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_ANTICHEATCLIENT_RECEIVEMESSAGEFROMSERVER_API_LATEST.
DataLengthBytes: u32The size of the data received
Data: *const c_voidThe data received