pub unsafe extern "C" fn FSUSER_CheckAuthorityToAccessExtSaveData(
    access: *mut bool,
    mediaType: FS_MediaType,
    saveId: u64_,
    processId: u32_
) -> Result
Expand description

Checks a process’s authority to access a save data archive.

§Arguments

  • access - Pointer to output the access status to.
  • mediaType - Media type of the save data.
  • saveId - ID of the save data.
  • processId - ID of the process to check.