pub type WSMAN_PLUGIN_RECEIVE = Option<unsafe extern "system" fn(requestdetails: *const WSMAN_PLUGIN_REQUEST, flags: u32, shellcontext: *const c_void, commandcontext: *const c_void, streamset: *const WSMAN_STREAM_ID_SET)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.