Skip to main content

EOS_AntiCheatClient_ProtectMessageOptions

Type Alias EOS_AntiCheatClient_ProtectMessageOptions 

Source
pub type EOS_AntiCheatClient_ProtectMessageOptions = _tagEOS_AntiCheatClient_ProtectMessageOptions;
Expand description

Input parameters for the EOS_AntiCheatClient_ProtectMessage function.

Aliased Type§

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

Fields§

§ApiVersion: i32

API Version: Set this to EOS_ANTICHEATCLIENT_PROTECTMESSAGE_API_LATEST.

§DataLengthBytes: u32

Length in bytes of input

§Data: *const c_void

The data to encrypt

§OutBufferSizeBytes: u32

The size in bytes of OutBuffer