pub trait IMbnInterfaceManager_Impl: Sized {
    // Required methods
    fn GetInterface(&self, interfaceid: &PCWSTR) -> Result<IMbnInterface>;
    fn GetInterfaces(&self) -> Result<*mut SAFEARRAY>;
}

Required Methods§

fn GetInterface(&self, interfaceid: &PCWSTR) -> Result<IMbnInterface>

fn GetInterfaces(&self) -> Result<*mut SAFEARRAY>

Object Safety§

This trait is not object safe.

Implementors§