Function windows_sys::Win32::System::Threading::CreateProcessAsUserW
[−]pub unsafe extern "system" fn CreateProcessAsUserW(
htoken: HANDLE,
lpapplicationname: PCWSTR,
lpcommandline: PWSTR,
lpprocessattributes: *const SECURITY_ATTRIBUTES,
lpthreadattributes: *const SECURITY_ATTRIBUTES,
binherithandles: BOOL,
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’, ‘Win32_Security’