#[repr(C)]pub struct IUIAutomationProxyFactory {
pub lpVtbl: *const IUIAutomationProxyFactoryVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationProxyFactoryVtbl
Implementations§
Source§impl IUIAutomationProxyFactory
impl IUIAutomationProxyFactory
pub unsafe fn CreateProvider( &self, hwnd: UIA_HWND, idObject: LONG, idChild: LONG, provider: *mut *mut IRawElementProviderSimple, ) -> HRESULT
pub unsafe fn get_ProxyFactoryId(&self, factoryId: *mut BSTR) -> HRESULT
Trait Implementations§
Source§impl Deref for IUIAutomationProxyFactory
impl Deref for IUIAutomationProxyFactory
Auto Trait Implementations§
impl Freeze for IUIAutomationProxyFactory
impl RefUnwindSafe for IUIAutomationProxyFactory
impl !Send for IUIAutomationProxyFactory
impl !Sync for IUIAutomationProxyFactory
impl Unpin for IUIAutomationProxyFactory
impl UnwindSafe for IUIAutomationProxyFactory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more