pub type EOS_PlayerDataStorage_WriteFileDataCallbackInfo = _tagEOS_PlayerDataStorage_WriteFileDataCallbackInfo;Expand description
Data containing data for a chunk of a file being written
Aliased Type§
#[repr(C)]pub struct EOS_PlayerDataStorage_WriteFileDataCallbackInfo {
pub ClientData: *mut c_void,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub Filename: *const i8,
pub DataBufferLengthBytes: u32,
}Fields§
§ClientData: *mut c_voidClient-specified data passed into the file write request
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user who initiated this request
Filename: *const i8The file name that is being written to
DataBufferLengthBytes: u32The maximum amount of data in bytes that can be written safely to DataBuffer