windows::Win32::Media::KernelStreaming

Trait IKsNotifyEvent_Impl

pub trait IKsNotifyEvent_Impl: IUnknownImpl {
    // Required method
    fn KsNotifyEvent(
        &self,
        event: u32,
        lparam1: usize,
        lparam2: usize,
    ) -> Result<()>;
}

Required Methods§

fn KsNotifyEvent( &self, event: u32, lparam1: usize, lparam2: usize, ) -> 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§