pub type WSMAN_PLUGIN_SHELL = Option<unsafe extern "system" fn(plugincontext: *const c_void, requestdetails: *const WSMAN_PLUGIN_REQUEST, flags: u32, startupinfo: *const WSMAN_SHELL_STARTUP_INFO_V11, inboundshellinformation: *const WSMAN_DATA)>;

Aliased Type§

enum WSMAN_PLUGIN_SHELL {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const WSMAN_PLUGIN_REQUEST, _: u32, _: *const WSMAN_SHELL_STARTUP_INFO_V11, _: *const WSMAN_DATA)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.