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