#[repr(C)]pub struct IProxyProviderWinEventSink {
pub lpVtbl: *const IProxyProviderWinEventSinkVtbl,
}
Fields§
§lpVtbl: *const IProxyProviderWinEventSinkVtbl
Implementations§
Source§impl IProxyProviderWinEventSink
impl IProxyProviderWinEventSink
pub unsafe fn AddAutomationPropertyChangedEvent( &self, pProvider: *mut IRawElementProviderSimple, id: PROPERTYID, newValue: VARIANT, ) -> HRESULT
pub unsafe fn AddAutomationEvent( &self, pProvider: *mut IRawElementProviderSimple, id: EVENTID, ) -> HRESULT
pub unsafe fn AddStructureChangedEvent( &self, pProvider: *mut IRawElementProviderSimple, structureChangeType: StructureChangeType, runtimeId: *mut SAFEARRAY, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IProxyProviderWinEventSink
impl Deref for IProxyProviderWinEventSink
Auto Trait Implementations§
impl Freeze for IProxyProviderWinEventSink
impl RefUnwindSafe for IProxyProviderWinEventSink
impl !Send for IProxyProviderWinEventSink
impl !Sync for IProxyProviderWinEventSink
impl Unpin for IProxyProviderWinEventSink
impl UnwindSafe for IProxyProviderWinEventSink
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