pub trait ISBE2GlobalEvent2_Impl: Sized + ISBE2GlobalEvent_Impl {
    // Required method
    fn GetEventEx(
        &self,
        idevt: *const GUID,
        param1: u32,
        param2: u32,
        param3: u32,
        param4: u32,
        pspanning: *mut BOOL,
        pcb: *mut u32,
        pb: *mut u8,
        pstreamtime: *mut i64
    ) -> Result<()>;
}

Required Methods§

fn GetEventEx( &self, idevt: *const GUID, param1: u32, param2: u32, param3: u32, param4: u32, pspanning: *mut BOOL, pcb: *mut u32, pb: *mut u8, pstreamtime: *mut i64 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§