pub type EOS_AntiCheatServer_UnprotectMessageOptions = _tagEOS_AntiCheatServer_UnprotectMessageOptions;Expand description
Input parameters for the EOS_AntiCheatServer_UnprotectMessage function.
Aliased Type§
#[repr(C)]pub struct EOS_AntiCheatServer_UnprotectMessageOptions {
pub ApiVersion: i32,
pub ClientHandle: *mut c_void,
pub DataLengthBytes: u32,
pub Data: *const c_void,
pub OutBufferSizeBytes: u32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_ANTICHEATSERVER_UNPROTECTMESSAGE_API_LATEST.
ClientHandle: *mut c_voidLocally unique value describing the remote user from whom the message was received
DataLengthBytes: u32Length in bytes of input
Data: *const c_voidThe data to decrypt
OutBufferSizeBytes: u32The size in bytes of OutBuffer