#[repr(C)]pub struct IUIAutomationProxyFactoryMapping {
pub lpVtbl: *const IUIAutomationProxyFactoryMappingVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationProxyFactoryMappingVtbl
Implementations§
Source§impl IUIAutomationProxyFactoryMapping
impl IUIAutomationProxyFactoryMapping
pub unsafe fn get_Count(&self, count: *mut UINT) -> HRESULT
pub unsafe fn GetTable(&self, table: *mut *mut SAFEARRAY) -> HRESULT
pub unsafe fn GetEntry( &self, index: UINT, entry: *mut *mut IUIAutomationProxyFactoryEntry, ) -> HRESULT
pub unsafe fn SetTable(&self, factoryList: *mut SAFEARRAY) -> HRESULT
pub unsafe fn InsertEntries( &self, before: UINT, factoryList: *mut SAFEARRAY, ) -> HRESULT
pub unsafe fn InsertEntry( &self, before: UINT, factory: *mut IUIAutomationProxyFactoryEntry, ) -> HRESULT
pub unsafe fn RemoveEntry(&self, index: UINT) -> HRESULT
pub unsafe fn ClearTable(&self) -> HRESULT
pub unsafe fn RestoreDefaultTable(&self) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IUIAutomationProxyFactoryMapping
impl RefUnwindSafe for IUIAutomationProxyFactoryMapping
impl !Send for IUIAutomationProxyFactoryMapping
impl !Sync for IUIAutomationProxyFactoryMapping
impl Unpin for IUIAutomationProxyFactoryMapping
impl UnwindSafe for IUIAutomationProxyFactoryMapping
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