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.