pub unsafe extern "C" fn FSPXI_GetFileLastModified(
    serviceHandle: Handle,
    archive: FSPXI_Archive,
    out: *mut u64_,
    path: *const u16_,
    size: u32_
) -> Result
Expand description

Gets the last modified time of a file in an archive.

§Arguments

  • archive - The archive that contains the file.
  • out - The pointer to write the timestamp to.
  • path - The UTF-16 path of the file.
  • size - The size of the path.