Skip to main content

EOS_Sanctions_QueryActivePlayerSanctionsCallbackInfo

Type Alias EOS_Sanctions_QueryActivePlayerSanctionsCallbackInfo 

Source
pub type EOS_Sanctions_QueryActivePlayerSanctionsCallbackInfo = _tagEOS_Sanctions_QueryActivePlayerSanctionsCallbackInfo;
Expand description

Output parameters for the EOS_Sanctions_QueryActivePlayerSanctions function.

Aliased Type§

#[repr(C)]
pub struct EOS_Sanctions_QueryActivePlayerSanctionsCallbackInfo { pub ResultCode: i32, pub ClientData: *mut c_void, pub TargetUserId: *mut EOS_ProductUserIdDetails, pub LocalUserId: *mut EOS_ProductUserIdDetails, }

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_QueryActivePlayerSanctions.

§TargetUserId: *mut EOS_ProductUserIdDetails

Target Product User ID that was passed to EOS_Sanctions_QueryActivePlayerSanctions.

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the local user who initiated this request, if applicable.