windows::Win32::System::Threading

Function CreateProcessWithLogonW

pub unsafe fn CreateProcessWithLogonW<P0, P1, P2, P4, P8>(
    lpusername: P0,
    lpdomain: P1,
    lppassword: P2,
    dwlogonflags: CREATE_PROCESS_LOGON_FLAGS,
    lpapplicationname: P4,
    lpcommandline: Option<PWSTR>,
    dwcreationflags: PROCESS_CREATION_FLAGS,
    lpenvironment: Option<*const c_void>,
    lpcurrentdirectory: P8,
    lpstartupinfo: *const STARTUPINFOW,
    lpprocessinformation: *mut PROCESS_INFORMATION,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P4: Param<PCWSTR>, P8: Param<PCWSTR>,