pub unsafe fn OpenProcess<P0>(
    dwdesiredaccess: PROCESS_ACCESS_RIGHTS,
    binherithandle: P0,
    dwprocessid: u32
) -> Result<HANDLE>where
    P0: IntoParam<BOOL>,
Expand description

Required features: "Win32_Foundation"