pub trait IWindowsMediaLibrarySharingDevices_Impl: Sized + IDispatch_Impl {
// Required methods
fn get_Item(&self, index: i32) -> Result<IWindowsMediaLibrarySharingDevice>;
fn Count(&self) -> Result<i32>;
fn GetDevice(
&self,
deviceid: &BSTR,
) -> Result<IWindowsMediaLibrarySharingDevice>;
}
Required Methods§
fn get_Item(&self, index: i32) -> Result<IWindowsMediaLibrarySharingDevice>
fn Count(&self) -> Result<i32>
fn GetDevice( &self, deviceid: &BSTR, ) -> Result<IWindowsMediaLibrarySharingDevice>
Object Safety§
This trait is not object safe.