EOS_TitleStorage_QueryFileList

EOS API reference page for EOS_TitleStorage_QueryFileList

阅读时间2分钟

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 NameUsage Information
EOS_HTitleStorage Handle
const EOS_TitleStorage_QueryFileListOptions* OptionsObject containing properties related to which user is querying files and the list of tags
void* ClientDataOptional pointer to help clients track this request, that is returned in the completion callback
const EOS_TitleStorage_OnQueryFileListCompleteCallback CompletionCallbackThis 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 NameUsage Information
const EOS_TitleStorage_QueryFileListCallbackInfo* Data