ReactOS 0.4.16-dev-2491-g3dc6630
UIA::IWindowProvider Interface Reference
Inheritance diagram for UIA::IWindowProvider:
Collaboration diagram for UIA::IWindowProvider:

Public Member Functions

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

Properties

BOOL CanMaximize [get]
 
BOOL CanMinimize [get]
 
BOOL IsModal [get]
 
WindowVisualState WindowVisualState [get]
 
WindowInteractionState WindowInteractionState [get]
 
BOOL IsTopmost [get]
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 765 of file uiautomationcore.idl.

Member Function Documentation

◆ Close()

HRESULT UIA::IWindowProvider::Close ( )

◆ SetVisualState()

HRESULT UIA::IWindowProvider::SetVisualState ( [in] enum WindowVisualState  state)

◆ WaitForInputIdle()

HRESULT UIA::IWindowProvider::WaitForInputIdle ( [in] int  milliseconds,
[out, retval] BOOL pRetVal 
)

Property Documentation

◆ CanMaximize

BOOL UIA::IWindowProvider::CanMaximize
get

◆ CanMinimize

BOOL UIA::IWindowProvider::CanMinimize
get

◆ IsModal

BOOL UIA::IWindowProvider::IsModal
get

◆ IsTopmost

BOOL UIA::IWindowProvider::IsTopmost
get

◆ WindowInteractionState

WindowInteractionState UIA::IWindowProvider::WindowInteractionState
get

◆ WindowVisualState

WindowVisualState UIA::IWindowProvider::WindowVisualState
get

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