windows::Win32::System::Threading

Function OpenProcess

pub unsafe fn OpenProcess(
    dwdesiredaccess: PROCESS_ACCESS_RIGHTS,
    binherithandle: bool,
    dwprocessid: u32,
) -> Result<HANDLE>