windows::Win32::System::Threading

Function CreateProcessA

pub unsafe fn CreateProcessA<P0, P7>(
    lpapplicationname: P0,
    lpcommandline: Option<PSTR>,
    lpprocessattributes: Option<*const SECURITY_ATTRIBUTES>,
    lpthreadattributes: Option<*const SECURITY_ATTRIBUTES>,
    binherithandles: bool,
    dwcreationflags: PROCESS_CREATION_FLAGS,
    lpenvironment: Option<*const c_void>,
    lpcurrentdirectory: P7,
    lpstartupinfo: *const STARTUPINFOA,
    lpprocessinformation: *mut PROCESS_INFORMATION,
) -> Result<()>
where P0: Param<PCSTR>, P7: Param<PCSTR>,