pub trait IChannelIDTuneRequest_Impl: Sized + ITuneRequest_Impl {
    // Required methods
    fn ChannelID(&self) -> Result<BSTR>;
    fn SetChannelID(&self, channelid: &BSTR) -> Result<()>;
}

Required Methods§

fn ChannelID(&self) -> Result<BSTR>

fn SetChannelID(&self, channelid: &BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§