Searched refs:duplicate_handle_with_target_pid (Results 1 – 2 of 2) sorted by relevance
142 pub fn duplicate_handle_with_target_pid(hndl: RawHandle, target_pid: u32) -> io::Result<RawHandle> { in duplicate_handle_with_target_pid() function
277 win_util::duplicate_handle_with_target_pid(desc, pid).map_err(Error::DupDescriptor) in duplicate_handle()