Function windows::Win32::System::WindowsProgramming::RunSetupCommandA
pub unsafe fn RunSetupCommandA<P0, P1, P2, P3, P4>(
hwnd: P0,
szcmdname: P1,
szinfsection: P2,
szdir: P3,
lpsztitle: P4,
phexe: *mut HANDLE,
dwflags: u32,
pvreserved: *mut c_void,
) -> Result<()>where
P0: Param<HWND>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,
P3: Param<PCSTR>,
P4: Param<PCSTR>,