Skip to main content

EOS_ProgressionSnapshot_DeleteSnapshotCallbackInfo

Type Alias EOS_ProgressionSnapshot_DeleteSnapshotCallbackInfo 

Source
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: i32

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

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the local user to whom the key/value pair belong

§ClientData: *mut c_void

Context that was passed into EOS_ProgressionSnapshot_SubmitSnapshot.