pub trait IMbnConnectionManager_Impl: Sized {
    // Required methods
    fn GetConnection(&self, connectionid: &PCWSTR) -> Result<IMbnConnection>;
    fn GetConnections(&self) -> Result<*mut SAFEARRAY>;
}

Required Methods§

fn GetConnection(&self, connectionid: &PCWSTR) -> Result<IMbnConnection>

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

Object Safety§

This trait is not object safe.

Implementors§