Win32 API 日本語リファレンス
ホームUI.Accessibility › IUIAutomationWindowPattern

IUIAutomationWindowPattern

COM
IID0faef453-9208-43ef-bbb2-3b485177864f継承元IUnknown自前メソッド開始 vtbl3

メソッド 15

vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。

vtblメソッド
3HRESULT Close()
4HRESULT WaitForInputIdle(INT milliseconds, BOOL* success)
5HRESULT SetWindowVisualState(WindowVisualState state)
6HRESULT get_CurrentCanMaximize(BOOL* retVal)
7HRESULT get_CurrentCanMinimize(BOOL* retVal)
8HRESULT get_CurrentIsModal(BOOL* retVal)
9HRESULT get_CurrentIsTopmost(BOOL* retVal)
10HRESULT get_CurrentWindowVisualState(WindowVisualState* retVal)
11HRESULT get_CurrentWindowInteractionState(WindowInteractionState* retVal)
12HRESULT get_CachedCanMaximize(BOOL* retVal)
13HRESULT get_CachedCanMinimize(BOOL* retVal)
14HRESULT get_CachedIsModal(BOOL* retVal)
15HRESULT get_CachedIsTopmost(BOOL* retVal)
16HRESULT get_CachedWindowVisualState(WindowVisualState* retVal)
17HRESULT get_CachedWindowInteractionState(WindowInteractionState* retVal)