pub trait IMbnDeviceServicesManager_Impl: Sized {
    // Required method
    fn GetDeviceServicesContext(
        &self,
        networkinterfaceid: &BSTR
    ) -> Result<IMbnDeviceServicesContext>;
}

Required Methods§

fn GetDeviceServicesContext( &self, networkinterfaceid: &BSTR ) -> Result<IMbnDeviceServicesContext>

Object Safety§

This trait is not object safe.

Implementors§