pub unsafe extern "C" fn FSDIR_GetPriority(
    handle: Handle,
    priority: *mut u32_
) -> Result
Expand description

Gets a directory’s priority.

§Arguments

  • handle - Handle of the directory.
  • priority - Pointer to output the priority to.