pub unsafe extern "system" fn WSManRunShellCommand(
    shell: *mut WSMAN_SHELL,
    flags: u32,
    commandline: PCWSTR,
    args: *const WSMAN_COMMAND_ARG_SET,
    options: *const WSMAN_OPTION_SET,
    async: *const WSMAN_SHELL_ASYNC,
    command: *mut *mut WSMAN_COMMAND
)
Expand description

Required features: "Win32_System_RemoteManagement", "Win32_Foundation"