windows::Win32::Media::Speech

Trait ISpEventSink_Impl

pub trait ISpEventSink_Impl: IUnknownImpl {
    // Required methods
    fn AddEvents(&self, peventarray: *const SPEVENT, ulcount: u32) -> Result<()>;
    fn GetEventInterest(&self, pulleventinterest: *mut u64) -> Result<()>;
}

Required Methods§

fn AddEvents(&self, peventarray: *const SPEVENT, ulcount: u32) -> Result<()>

fn GetEventInterest(&self, pulleventinterest: *mut u64) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§