pub trait IWSDDeviceHostNotify_Impl: Sized {
    // Required method
    fn GetService(&self, pszserviceid: &PCWSTR) -> Result<IUnknown>;
}

Required Methods§

fn GetService(&self, pszserviceid: &PCWSTR) -> Result<IUnknown>

Object Safety§

This trait is not object safe.

Implementors§