Trait windows::Win32::Media::MediaPlayer::IWMPSyncServices_Impl

pub trait IWMPSyncServices_Impl: Sized {
    // Required methods
    fn deviceCount(&self, plcount: *mut i32) -> Result<()>;
    fn getDevice(&self, lindex: i32) -> Result<IWMPSyncDevice>;
}

Required Methods§

fn deviceCount(&self, plcount: *mut i32) -> Result<()>

fn getDevice(&self, lindex: i32) -> Result<IWMPSyncDevice>

Object Safety§

This trait is not object safe.

Implementors§