EOS_TitleStorage_ReadFileDataCallbackInfo

EOS API reference page for EOS_TitleStorage_ReadFileDataCallbackInfo

阅读时间1分钟

This data structure is part of the TitleStorage Interface.

Remarks

Structure containing data for a chunk of a file being read

Properties

EOS_TitleStorage_ReadFileDataCallbackInfo

PropertyValue
void* ClientDataClient-specified data passed into the file request
EOS_ProductUserId LocalUserIdProduct User ID of the local user who initiated this request (optional, will only be present in case it was provided during operation start)
const char* FilenameThe file name being read
uint32_t TotalFileSizeBytesThe total file size of the file being read
EOS_Bool bIsLastChunkIs this chunk the last chunk of data?
uint32_t DataChunkLengthBytesThe length of DataChunk in bytes that can be safely read
const void* DataChunkPointer to the start of data to be read