pub trait IITVisual_Impl: Sized + IDispatch_Impl {
    // Required method
    unsafe fn Name(&self, Name: *mut BSTR) -> HRESULT;
}

Required Methods§

source

unsafe fn Name(&self, Name: *mut BSTR) -> HRESULT

The name of the the visual plug-in.

Implementors§