pub trait IAssemblyLocator_Impl: Sized + IDispatch_Impl {
    // Required method
    fn GetModules(
        &self,
        applicationdir: &BSTR,
        applicationname: &BSTR,
        assemblyname: &BSTR
    ) -> Result<*mut SAFEARRAY>;
}

Required Methods§

fn GetModules( &self, applicationdir: &BSTR, applicationname: &BSTR, assemblyname: &BSTR ) -> Result<*mut SAFEARRAY>

Object Safety§

This trait is not object safe.

Implementors§