windows::Win32::System::JobObjects

Function OpenJobObjectW

pub unsafe fn OpenJobObjectW<P2>(
    dwdesiredaccess: u32,
    binherithandle: bool,
    lpname: P2,
) -> Result<HANDLE>
where P2: Param<PCWSTR>,