windows::Win32::Media::Audio

Trait IControlChangeNotify_Impl

pub trait IControlChangeNotify_Impl: IUnknownImpl {
    // Required method
    fn OnNotify(
        &self,
        dwsenderprocessid: u32,
        pguideventcontext: *const GUID,
    ) -> Result<()>;
}

Required Methods§

fn OnNotify( &self, dwsenderprocessid: u32, pguideventcontext: *const GUID, ) -> 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§