windows::Win32::UI::Accessibility

Trait IUIAutomationNotificationEventHandler_Impl

pub trait IUIAutomationNotificationEventHandler_Impl: IUnknownImpl {
    // Required method
    fn HandleNotificationEvent(
        &self,
        sender: Ref<'_, IUIAutomationElement>,
        notificationkind: NotificationKind,
        notificationprocessing: NotificationProcessing,
        displaystring: &BSTR,
        activityid: &BSTR,
    ) -> Result<()>;
}

Required Methods§

fn HandleNotificationEvent( &self, sender: Ref<'_, IUIAutomationElement>, notificationkind: NotificationKind, notificationprocessing: NotificationProcessing, displaystring: &BSTR, activityid: &BSTR, ) -> 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§