Function ctru_sys::FSPXI_OpenFile

source ·
pub unsafe extern "C" fn FSPXI_OpenFile(
    serviceHandle: Handle,
    out: *mut FSPXI_File,
    archive: FSPXI_Archive,
    path: FS_Path,
    flags: u32_,
    attributes: u32_
) -> Result
Expand description

Opens a file.

§Arguments

  • out - Pointer to output the file handle to.
  • archive - Archive containing the file.
  • path - Path of the file.
  • flags - Flags to open the file with.
  • attributes - Attributes of the file.