pub type WSMAN_PLUGIN_AUTHORIZE_OPERATION = Option<unsafe extern "system" fn(plugincontext: *const c_void, senderdetails: *const WSMAN_SENDER_DETAILS, flags: u32, operation: u32, action: PCWSTR, resourceuri: PCWSTR)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.