Trait windows::Win32::Media::DirectShow::Tv::IMSVidEVREvent_Impl
pub trait IMSVidEVREvent_Impl: Sized + IMSVidOutputDeviceEvent_Impl {
// Required method
fn OnUserEvent(&self, leventcode: i32) -> Result<()>;
}
Required Methods§
fn OnUserEvent(&self, leventcode: i32) -> Result<()>
Object Safety§
This trait is not object safe.