This data structure is part of the TitleStorage Interface.
Structure containing data for a chunk of a file being read
Properties
EOS_TitleStorage_ReadFileDataCallbackInfo
Property
|
Value
|
void* ClientData
|
Client-specified data passed into the file request
|
EOS_ProductUserId LocalUserId
|
Product 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* Filename
|
The file name being read
|
uint32_t TotalFileSizeBytes
|
The total file size of the file being read
|
EOS_Bool bIsLastChunk
|
Is this chunk the last chunk of data?
|
uint32_t DataChunkLengthBytes
|
The length of DataChunk in bytes that can be safely read
|
const void* DataChunk
|
Pointer to the start of data to be read
|
This data structure is part of the TitleStorage Interface.
Structure containing data for a chunk of a file being read
Properties
TitleStorage.ReadFileDataCallbackInfo
Property
|
Value
|
object ClientData
|
Client-specified data passed into the file request
|
ProductUserId LocalUserId
|
Product User ID of the local user who initiated this request (optional, will only be present in case it was provided during operation start)
|
string Filename
|
The file name being read
|
uint TotalFileSizeBytes
|
The total file size of the file being read
|
bool IsLastChunk
|
Is this chunk the last chunk of data?
|
byte[] DataChunk
|
Pointer to the start of data to be read
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no