pub trait IRDPSRAPISessionProperties_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn get_Property(&self, propertyname: &BSTR) -> Result<VARIANT>;
    fn put_Property(&self, propertyname: &BSTR, newval: &VARIANT) -> Result<()>;
}

Required Methods§

fn get_Property(&self, propertyname: &BSTR) -> Result<VARIANT>

fn put_Property(&self, propertyname: &BSTR, newval: &VARIANT) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§