Trait windows::Win32::Media::Speech::ISpNotifyCallback_Impl

pub trait ISpNotifyCallback_Impl: Sized {
    // Required method
    fn NotifyCallback(&self, wparam: WPARAM, lparam: LPARAM) -> Result<()>;
}

Required Methods§

fn NotifyCallback(&self, wparam: WPARAM, lparam: LPARAM) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§