Function CreateProcessAsUserW
Source pub unsafe fn CreateProcessAsUserW<'a>(
htoken: impl IntoParam<'a, HANDLE>,
lpapplicationname: impl IntoParam<'a, PWSTR>,
lpcommandline: impl IntoParam<'a, PWSTR>,
lpprocessattributes: *mut SECURITY_ATTRIBUTES,
lpthreadattributes: *mut SECURITY_ATTRIBUTES,
binherithandles: impl IntoParam<'a, BOOL>,
dwcreationflags: u32,
lpenvironment: *mut c_void,
lpcurrentdirectory: impl IntoParam<'a, PWSTR>,
lpstartupinfo: *mut STARTUPINFOW,
lpprocessinformation: *mut PROCESS_INFORMATION,
) -> BOOL