Function windows_sys::Win32::System::Threading::CreateProcessWithTokenW
[−]pub unsafe extern "system" fn CreateProcessWithTokenW(
htoken: HANDLE,
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’