pub unsafe extern "C" fn FSPXI_OpenFile(
serviceHandle: Handle,
out: *mut FSPXI_File,
archive: FSPXI_Archive,
path: FS_Path,
flags: u32_,
attributes: u32_,
) -> ResultExpand 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.