pub trait IPortableDeviceDispatchFactory_Impl: Sized {
    // Required method
    fn GetDeviceDispatch(&self, pszpnpdeviceid: &PCWSTR) -> Result<IDispatch>;
}

Required Methods§

fn GetDeviceDispatch(&self, pszpnpdeviceid: &PCWSTR) -> Result<IDispatch>

Object Safety§

This trait is not object safe.

Implementors§