pub unsafe fn DuplicateHandle<'a, P0, P1, P2, P3>(
    hsourceprocesshandle: P0,
    hsourcehandle: P1,
    htargetprocesshandle: P2,
    lptargethandle: *mut HANDLE,
    dwdesiredaccess: u32,
    binherithandle: P3,
    dwoptions: DUPLICATE_HANDLE_OPTIONS
) -> BOOLwhere
    P0: Into<HANDLE>,
    P1: Into<HANDLE>,
    P2: Into<HANDLE>,
    P3: Into<BOOL>,
Expand description

Required features: "Win32_Foundation"