windows::Win32::System::Threading

Function CreateProcessW

pub unsafe fn CreateProcessW<P0, P7>(
    lpapplicationname: P0,
    lpcommandline: Option<PWSTR>,
    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 STARTUPINFOW,
    lpprocessinformation: *mut PROCESS_INFORMATION,
) -> Result<()>
where P0: Param<PCWSTR>, P7: Param<PCWSTR>,