windows::Win32::System::Threading

Function CreateProcessAsUserW

pub unsafe fn CreateProcessAsUserW<P1, P8>(
    htoken: Option<HANDLE>,
    lpapplicationname: P1,
    lpcommandline: Option<PWSTR>,
    lpprocessattributes: Option<*const SECURITY_ATTRIBUTES>,
    lpthreadattributes: Option<*const SECURITY_ATTRIBUTES>,
    binherithandles: bool,
    dwcreationflags: PROCESS_CREATION_FLAGS,
    lpenvironment: Option<*const c_void>,
    lpcurrentdirectory: P8,
    lpstartupinfo: *const STARTUPINFOW,
    lpprocessinformation: *mut PROCESS_INFORMATION,
) -> Result<()>
where P1: Param<PCWSTR>, P8: Param<PCWSTR>,