Skip to main content

EOS_Sanctions_CreatePlayerSanctionAppealCallbackInfo

Type Alias EOS_Sanctions_CreatePlayerSanctionAppealCallbackInfo 

Source
pub type EOS_Sanctions_CreatePlayerSanctionAppealCallbackInfo = _tagEOS_Sanctions_CreatePlayerSanctionAppealCallbackInfo;
Expand description

Output parameters for the EOS_Sanctions_CreatePlayerSanctionAppealCallbackInfo function.

Aliased Type§

#[repr(C)]
pub struct EOS_Sanctions_CreatePlayerSanctionAppealCallbackInfo { pub ResultCode: i32, pub ClientData: *mut c_void, pub ReferenceId: *const i8, }

Fields§

§ResultCode: i32

The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.

§ClientData: *mut c_void

Context that was passed into EOS_Sanctions_CreatePlayerSanctionAppeal.

§ReferenceId: *const i8

A unique identifier for the specific sanction that was appealed