#[repr(C)]pub struct IUIAutomationWindowPattern {
pub lpVtbl: *const IUIAutomationWindowPatternVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationWindowPatternVtbl
Implementations§
Source§impl IUIAutomationWindowPattern
impl IUIAutomationWindowPattern
pub unsafe fn Close(&self) -> HRESULT
pub unsafe fn WaitForInputIdle( &self, milliseconds: c_int, success: *mut BOOL, ) -> HRESULT
pub unsafe fn SetWindowVisualState(&self, state: WindowVisualState) -> HRESULT
pub unsafe fn get_CurrentCanMaximize(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CurrentCanMinimize(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CurrentIsModal(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CurrentIsTopmost(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CurrentWindowVisualState( &self, retVal: *mut WindowVisualState, ) -> HRESULT
pub unsafe fn get_CurrentWindowInteractionState( &self, retVal: *mut WindowInteractionState, ) -> HRESULT
pub unsafe fn get_CachedCanMaximize(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CachedCanMinimize(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CachedIsModal(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CachedIsTopmost(&self, retVal: *mut BOOL) -> HRESULT
pub unsafe fn get_CachedWindowVisualState( &self, retVal: *mut WindowVisualState, ) -> HRESULT
pub unsafe fn get_CachedWindowInteractionState( &self, retVal: *mut WindowInteractionState, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IUIAutomationWindowPattern
impl Deref for IUIAutomationWindowPattern
Auto Trait Implementations§
impl Freeze for IUIAutomationWindowPattern
impl RefUnwindSafe for IUIAutomationWindowPattern
impl !Send for IUIAutomationWindowPattern
impl !Sync for IUIAutomationWindowPattern
impl Unpin for IUIAutomationWindowPattern
impl UnwindSafe for IUIAutomationWindowPattern
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