Trait windows::Win32::UI::Accessibility::IUIAutomation5_Impl

pub trait IUIAutomation5_Impl: Sized + IUIAutomation4_Impl {
    // Required methods
    fn AddNotificationEventHandler(
        &self,
        element: Option<&IUIAutomationElement>,
        scope: TreeScope,
        cacherequest: Option<&IUIAutomationCacheRequest>,
        handler: Option<&IUIAutomationNotificationEventHandler>,
    ) -> Result<()>;
    fn RemoveNotificationEventHandler(
        &self,
        element: Option<&IUIAutomationElement>,
        handler: Option<&IUIAutomationNotificationEventHandler>,
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§