pub trait IObjectConstructString_Impl: Sized + IDispatch_Impl {
    // Required method
    fn ConstructString(&self, pval: *mut BSTR) -> Result<()>;
}

Required Methods§

fn ConstructString(&self, pval: *mut BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§