pub type EOS_ProgressionSnapshot_DeleteSnapshotCallbackInfo = _tagEOS_ProgressionSnapshot_DeleteSnapshotCallbackInfo;Expand description
Output parameters for the EOS_ProgressionSnapshot_DeleteSnapshot Function.
Aliased Type§
#[repr(C)]pub struct EOS_ProgressionSnapshot_DeleteSnapshotCallbackInfo {
pub ResultCode: i32,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub ClientData: *mut c_void,
}Fields§
§ResultCode: i32The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user to whom the key/value pair belong
ClientData: *mut c_voidContext that was passed into EOS_ProgressionSnapshot_SubmitSnapshot.