windows::Win32::Media::Speech

Trait ISpNotifyCallback_Impl

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

Required Methods§

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

Implementors§