windows::Win32::Devices::ImageAcquisition

Trait IWiaEventCallback_Impl

pub trait IWiaEventCallback_Impl: IUnknownImpl {
    // Required method
    fn ImageEventCallback(
        &self,
        peventguid: *const GUID,
        bstreventdescription: &BSTR,
        bstrdeviceid: &BSTR,
        bstrdevicedescription: &BSTR,
        dwdevicetype: u32,
        bstrfullitemname: &BSTR,
        puleventtype: *mut u32,
        ulreserved: u32,
    ) -> Result<()>;
}

Required Methods§

fn ImageEventCallback( &self, peventguid: *const GUID, bstreventdescription: &BSTR, bstrdeviceid: &BSTR, bstrdevicedescription: &BSTR, dwdevicetype: u32, bstrfullitemname: &BSTR, puleventtype: *mut u32, ulreserved: u32, ) -> 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§