ReactOS 0.4.16-dev-2491-g3dc6630
UIAutomationClient::IUIAutomationWindowPattern Interface Reference
Inheritance diagram for UIAutomationClient::IUIAutomationWindowPattern:
Collaboration diagram for UIAutomationClient::IUIAutomationWindowPattern:

Public Member Functions

HRESULT Close ()
 
HRESULT WaitForInputIdle ([in] int milliseconds, [out, retval] BOOL *success)
 
HRESULT SetWindowVisualState ([in] enum WindowVisualState state)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Properties

BOOL CurrentCanMaximize [get]
 
BOOL CurrentCanMinimize [get]
 
BOOL CurrentIsModal [get]
 
BOOL CurrentIsTopmost [get]
 
WindowVisualState CurrentWindowVisualState [get]
 
WindowInteractionState CurrentWindowInteractionState [get]
 
BOOL CachedCanMaximize [get]
 
BOOL CachedCanMinimize [get]
 
BOOL CachedIsModal [get]
 
BOOL CachedIsTopmost [get]
 
WindowVisualState CachedWindowVisualState [get]
 
WindowInteractionState CachedWindowInteractionState [get]
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 1015 of file uiautomationclient.idl.

Member Function Documentation

◆ Close()

HRESULT UIAutomationClient::IUIAutomationWindowPattern::Close ( )

◆ SetWindowVisualState()

HRESULT UIAutomationClient::IUIAutomationWindowPattern::SetWindowVisualState ( [in] enum WindowVisualState  state)

◆ WaitForInputIdle()

HRESULT UIAutomationClient::IUIAutomationWindowPattern::WaitForInputIdle ( [in] int  milliseconds,
[out, retval] BOOL success 
)

Property Documentation

◆ CachedCanMaximize

BOOL UIAutomationClient::IUIAutomationWindowPattern::CachedCanMaximize
get

◆ CachedCanMinimize

BOOL UIAutomationClient::IUIAutomationWindowPattern::CachedCanMinimize
get

◆ CachedIsModal

BOOL UIAutomationClient::IUIAutomationWindowPattern::CachedIsModal
get

◆ CachedIsTopmost

BOOL UIAutomationClient::IUIAutomationWindowPattern::CachedIsTopmost
get

◆ CachedWindowInteractionState

WindowInteractionState UIAutomationClient::IUIAutomationWindowPattern::CachedWindowInteractionState
get

◆ CachedWindowVisualState

WindowVisualState UIAutomationClient::IUIAutomationWindowPattern::CachedWindowVisualState
get

◆ CurrentCanMaximize

BOOL UIAutomationClient::IUIAutomationWindowPattern::CurrentCanMaximize
get

◆ CurrentCanMinimize

BOOL UIAutomationClient::IUIAutomationWindowPattern::CurrentCanMinimize
get

◆ CurrentIsModal

BOOL UIAutomationClient::IUIAutomationWindowPattern::CurrentIsModal
get

◆ CurrentIsTopmost

BOOL UIAutomationClient::IUIAutomationWindowPattern::CurrentIsTopmost
get

◆ CurrentWindowInteractionState

WindowInteractionState UIAutomationClient::IUIAutomationWindowPattern::CurrentWindowInteractionState
get

◆ CurrentWindowVisualState

WindowVisualState UIAutomationClient::IUIAutomationWindowPattern::CurrentWindowVisualState
get

The documentation for this interface was generated from the following file: