pub trait IWSManInternal_Impl: Sized + IDispatch_Impl {
    // Required method
    fn ConfigSDDL(
        &self,
        session: Option<&IDispatch>,
        resourceuri: &VARIANT,
        flags: i32
    ) -> Result<BSTR>;
}

Required Methods§

fn ConfigSDDL( &self, session: Option<&IDispatch>, resourceuri: &VARIANT, flags: i32 ) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§