windows::Win32::Devices::Enumeration::Pnp

Trait IUPnPDeviceControl_Impl

pub trait IUPnPDeviceControl_Impl: IUnknownImpl {
    // Required methods
    fn Initialize(
        &self,
        bstrxmldesc: &BSTR,
        bstrdeviceidentifier: &BSTR,
        bstrinitstring: &BSTR,
    ) -> Result<()>;
    fn GetServiceObject(
        &self,
        bstrudn: &BSTR,
        bstrserviceid: &BSTR,
    ) -> Result<IDispatch>;
}

Required Methods§

fn Initialize( &self, bstrxmldesc: &BSTR, bstrdeviceidentifier: &BSTR, bstrinitstring: &BSTR, ) -> Result<()>

fn GetServiceObject( &self, bstrudn: &BSTR, bstrserviceid: &BSTR, ) -> Result<IDispatch>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§