This function is part of the TitleStorage Interface.
Remarks
Query the file metadata, such as file names, size, and a MD5 hash of the data, for all files available for current user based on their settings (such as game role) and tags provided. This is not required before a file can be downloaded by name.
Parameters
EOS_TitleStorage_QueryFileList
Parameter Type And Name | Usage Information |
---|---|
EOS_HTitleStorage Handle | |
const EOS_TitleStorage_QueryFileListOptions* Options | Object containing properties related to which user is querying files and the list of tags |
void* ClientData | Optional pointer to help clients track this request, that is returned in the completion callback |
const EOS_TitleStorage_OnQueryFileListCompleteCallback CompletionCallback | This function is called when the query operation completes |
Callback Function Information
Because this function is asynchronous, it employs a callback of type EOS_TitleStorage_OnQueryFileListCompleteCallback to report the results of its operation.
Callback Remarks
Callback for when EOS_TitleStorage_QueryFileList completes
Callback Parameters
EOS_TitleStorage_OnQueryFileListCompleteCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_TitleStorage_QueryFileListCallbackInfo* Data |