windows::Win32::UI::Accessibility

Trait IUIAutomationProxyFactory_Impl

pub trait IUIAutomationProxyFactory_Impl: IUnknownImpl {
    // Required methods
    fn CreateProvider(
        &self,
        hwnd: HWND,
        idobject: i32,
        idchild: i32,
    ) -> Result<IRawElementProviderSimple>;
    fn ProxyFactoryId(&self) -> Result<BSTR>;
}

Required Methods§

fn CreateProvider( &self, hwnd: HWND, idobject: i32, idchild: i32, ) -> Result<IRawElementProviderSimple>

fn ProxyFactoryId(&self) -> Result<BSTR>

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§