pub trait IPluginFactory2Trait: IPluginFactoryTrait {
    // Required method
    unsafe fn getClassInfo2(
        &self,
        index: int32,
        info: *mut PClassInfo2
    ) -> tresult;
}

Required Methods§

source

unsafe fn getClassInfo2(&self, index: int32, info: *mut PClassInfo2) -> tresult

Implementors§