Function ctru_sys::FSFILE_GetPriority
source · pub unsafe extern "C" fn FSFILE_GetPriority(
handle: Handle,
priority: *mut u32_
) -> Result
Expand description
Gets a file’s priority.
§Arguments
handle
- Handle of the file.priority
- Pointer to output the priority to.