Trait windows::Win32::Media::MediaPlayer::IWMPPluginEnable_Impl

pub trait IWMPPluginEnable_Impl: Sized {
    // Required methods
    fn SetEnable(&self, fenable: BOOL) -> Result<()>;
    fn GetEnable(&self, pfenable: *mut BOOL) -> Result<()>;
}

Required Methods§

fn SetEnable(&self, fenable: BOOL) -> Result<()>

fn GetEnable(&self, pfenable: *mut BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§