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

Gets the attributes of a file.

§Arguments

  • handle - Handle of the file.
  • attributes - Pointer to output the attributes to.