Trait windows::Win32::Devices::Enumeration::Pnp::IUPnPServices_Impl

pub trait IUPnPServices_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn Count(&self) -> Result<i32>;
    fn _NewEnum(&self) -> Result<IUnknown>;
    fn get_Item(&self, bstrserviceid: &BSTR) -> Result<IUPnPService>;
}

Required Methods§

fn Count(&self) -> Result<i32>

fn _NewEnum(&self) -> Result<IUnknown>

fn get_Item(&self, bstrserviceid: &BSTR) -> Result<IUPnPService>

Object Safety§

This trait is not object safe.

Implementors§