Function windows_sys::Win32::System::Threading::CreateProcessWithLogonW
[−]pub unsafe extern "system" fn CreateProcessWithLogonW(
lpusername: PCWSTR,
lpdomain: PCWSTR,
lppassword: PCWSTR,
dwlogonflags: CREATE_PROCESS_LOGON_FLAGS,
lpapplicationname: PCWSTR,
lpcommandline: PWSTR,
dwcreationflags: u32,
lpenvironment: *const c_void,
lpcurrentdirectory: PCWSTR,
lpstartupinfo: *const STARTUPINFOW,
lpprocessinformation: *mut PROCESS_INFORMATION
) -> BOOL
Expand description
Required features: "Win32_System_Threading"
, "Win32_Foundation"