windows::Win32::Media::WindowsMediaFormat

Trait IWMStatusCallback_Impl

pub trait IWMStatusCallback_Impl: IUnknownImpl {
    // Required method
    fn OnStatus(
        &self,
        status: WMT_STATUS,
        hr: HRESULT,
        dwtype: WMT_ATTR_DATATYPE,
        pvalue: *const u8,
        pvcontext: *const c_void,
    ) -> Result<()>;
}

Required Methods§

fn OnStatus( &self, status: WMT_STATUS, hr: HRESULT, dwtype: WMT_ATTR_DATATYPE, pvalue: *const u8, pvcontext: *const c_void, ) -> 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§