pub type EOS_ProgressionSnapshot_SubmitSnapshotCallbackInfo = _tagEOS_ProgressionSnapshot_SubmitSnapshotCallbackInfo;Expand description
Output parameters for the EOS_ProgressionSnapshot_SubmitSnapshot Function.
Aliased Type§
#[repr(C)]pub struct EOS_ProgressionSnapshot_SubmitSnapshotCallbackInfo {
pub ResultCode: i32,
pub SnapshotId: u32,
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.
SnapshotId: u32The Snapshot Id used in the Submit function.
ClientData: *mut c_voidContext that was passed into EOS_ProgressionSnapshot_SubmitSnapshot.