pub trait IWMPUserEventSink_Impl: Sized {
    // Required method
    fn NotifyUserEvent(&self, eventcode: i32) -> Result<()>;
}

Required Methods§

fn NotifyUserEvent(&self, eventcode: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§