windows::Win32::System::RemoteManagement

Function WSManRunShellCommandEx

pub unsafe fn WSManRunShellCommandEx<P2, P3>(
    shell: WSMAN_SHELL_HANDLE,
    flags: u32,
    commandid: P2,
    commandline: P3,
    args: Option<*const WSMAN_COMMAND_ARG_SET>,
    options: Option<*const WSMAN_OPTION_SET>,
    async: *const WSMAN_SHELL_ASYNC,
) -> WSMAN_COMMAND_HANDLE
where P2: Param<PCWSTR>, P3: Param<PCWSTR>,