Skip to main content

EOS_AntiCheatServer_ProtectMessageOptions

Type Alias EOS_AntiCheatServer_ProtectMessageOptions 

Source
pub type EOS_AntiCheatServer_ProtectMessageOptions = _tagEOS_AntiCheatServer_ProtectMessageOptions;
Expand description

Input parameters for the EOS_AntiCheatServer_ProtectMessage function.

Aliased Type§

#[repr(C)]
pub struct EOS_AntiCheatServer_ProtectMessageOptions { pub ApiVersion: i32, pub ClientHandle: *mut c_void, pub DataLengthBytes: u32, pub Data: *const c_void, pub OutBufferSizeBytes: u32, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_ANTICHEATSERVER_PROTECTMESSAGE_API_LATEST.

§ClientHandle: *mut c_void

Locally unique value describing the remote user to whom the message will be sent

§DataLengthBytes: u32

Length in bytes of input

§Data: *const c_void

The data to encrypt

§OutBufferSizeBytes: u32

The size in bytes of OutBuffer