Trait windows::Win32::Media::Speech::ISpEventSink_Impl
pub trait ISpEventSink_Impl: Sized {
// 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<()>
Object Safety§
This trait is not object safe.