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: PROCESS_CREATION_FLAGS,
lpenvironment: *const c_void,
lpcurrentdirectory: PCWSTR,
lpstartupinfo: *const STARTUPINFOW,
lpprocessinformation: *mut PROCESS_INFORMATION,
) -> BOOL