pub unsafe extern "C" fn FSPXI_GetArchiveResource(
    serviceHandle: Handle,
    archiveResource: *mut FS_ArchiveResource,
    mediaType: FS_SystemMediaType
) -> Result
Expand description

Gets an archive’s resource information.

§Arguments

  • archiveResource - Pointer to output the archive resource information to.
  • mediaType - System media type to check.