pub unsafe extern "C" fn FSUSER_GetFormatInfo(
totalSize: *mut u32_,
directories: *mut u32_,
files: *mut u32_,
duplicateData: *mut bool,
archiveId: FS_ArchiveID,
path: FS_Path,
) -> ResultExpand description
Retrieves archive format info.
ยงArguments
totalSize- Pointer to output the total size to.directories- Pointer to output the number of directories to.files- Pointer to output the number of files to.duplicateData- Pointer to output whether to duplicate data to.archiveId- ID of the archive.path- Path of the archive.