windows::Win32::System::WindowsProgramming

Function RunSetupCommandW

pub unsafe fn RunSetupCommandW<P1, P2, P3, P4>(
    hwnd: HWND,
    szcmdname: P1,
    szinfsection: P2,
    szdir: P3,
    lpsztitle: P4,
    phexe: *mut HANDLE,
    dwflags: u32,
    pvreserved: *mut c_void,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,