Function 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.