pub type EOS_Stats_OnQueryStatsCompleteCallbackInfo = _tagEOS_Stats_OnQueryStatsCompleteCallbackInfo;Expand description
Data containing the result information for querying a player’s stats request.
Aliased Type§
#[repr(C)]pub struct EOS_Stats_OnQueryStatsCompleteCallbackInfo {
pub ResultCode: i32,
pub ClientData: *mut c_void,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub TargetUserId: *mut EOS_ProductUserIdDetails,
}Fields§
§ResultCode: i32The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
ClientData: *mut c_voidContext that was passed into EOS_Stats_QueryStats
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the user who initiated this request
TargetUserId: *mut EOS_ProductUserIdDetailsThe Product User ID whose stats which were retrieved