pub type WSMAN_PLUGIN_COMMAND = Option<unsafe extern "system" fn(requestdetails: *const WSMAN_PLUGIN_REQUEST, flags: u32, shellcontext: *const c_void, commandline: PCWSTR, arguments: *const WSMAN_COMMAND_ARG_SET)>;

Aliased Type§

enum WSMAN_PLUGIN_COMMAND {
    None,
    Some(unsafe extern "system" fn(_: *const WSMAN_PLUGIN_REQUEST, _: u32, _: *const c_void, _: PCWSTR, _: *const WSMAN_COMMAND_ARG_SET)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const WSMAN_PLUGIN_REQUEST, _: u32, _: *const c_void, _: PCWSTR, _: *const WSMAN_COMMAND_ARG_SET))

Some value of type T.