EOS_TitleStorage_FileTransferProgressCallbackInfo

EOS API reference page for EOS_TitleStorage_FileTransferProgressCallbackInfo

1 min to read

This data structure is part of the TitleStorage Interface.

Remarks

Structure containing the information about a file transfer in progress (or one that has completed)

Properties

EOS_TitleStorage_FileTransferProgressCallbackInfo

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 of the file being transferred
uint32_t BytesTransferredAmount of bytes transferred so far in this request, out of TotalFileSizeBytes
uint32_t TotalFileSizeBytesThe total size of the file being transferred (Includes file header in addition to file contents, can be slightly more than expected)