This function is part of the PlayerDataStorage Interface.
Remarks
Query the file metadata, such as file names, size, and a MD5 hash of the data, for all files owned by this user for this application. This is not required before a file may be opened, saved, copied, or deleted.
Return Value
EOS_Success if the query completes successfully (whether any files are found or not)
See Also
EOS_PlayerDataStorage_GetFileMetadataCount, EOS_PlayerDataStorage_CopyFileMetadataAtIndex, EOS_PlayerDataStorage_CopyFileMetadataByFilename
Parameters
EOS_PlayerDataStorage_QueryFileList
Parameter Type And Name | Usage Information |
---|---|
EOS_HPlayerDataStorage Handle | |
const EOS_PlayerDataStorage_QueryFileListOptions* QueryFileListOptions | Object containing properties related to which user is querying files |
void* ClientData | Optional pointer to help clients track this request, that is returned in the completion callback |
const EOS_PlayerDataStorage_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_PlayerDataStorage_OnQueryFileListCompleteCallback to report the results of its operation.
Callback Remarks
Callback for when EOS_PlayerDataStorage_QueryFileList completes
Callback Parameters
EOS_PlayerDataStorage_OnQueryFileListCompleteCallback
Parameter Type And Name | Usage Information |
---|---|
const EOS_PlayerDataStorage_QueryFileListCallbackInfo* Data |