Function windows_sys::Win32::Foundation::DuplicateHandle
[−]pub unsafe extern "system" fn DuplicateHandle(
hsourceprocesshandle: HANDLE,
hsourcehandle: HANDLE,
htargetprocesshandle: HANDLE,
lptargethandle: *mut HANDLE,
dwdesiredaccess: u32,
binherithandle: BOOL,
dwoptions: DUPLICATE_HANDLE_OPTIONS
) -> BOOL
Expand description
Required features: "Win32_Foundation"