Function FSFILE_OpenLinkFile

Source
pub unsafe extern "C" fn FSFILE_OpenLinkFile(
    handle: Handle,
    linkFile: *mut Handle,
) -> Result
Expand description

Opens a duplicate handle to a file.

ยงArguments

  • handle - Handle of the file.
  • linkFile - Pointer to output the link handle to.