WindowInteractionState 列挙 (uiautomationcore.h)

ユーザー操作のためにウィンドウの現在の状態を指定する値が含まれます。

構文

typedef enum WindowInteractionState {
  WindowInteractionState_Running = 0,
  WindowInteractionState_Closing = 1,
  WindowInteractionState_ReadyForUserInteraction = 2,
  WindowInteractionState_BlockedByModalWindow = 3,
  WindowInteractionState_NotResponding = 4
} ;

定数

 
WindowInteractionState_Running
値: 0
ウィンドウが実行中です。 これは、ウィンドウがユーザー操作の準備ができているか、応答していることを保証するものではありません。
WindowInteractionState_Closing
値: 1
ウィンドウが閉じます。
WindowInteractionState_ReadyForUserInteraction
値: 2
ウィンドウはユーザー操作の準備ができています。
WindowInteractionState_BlockedByModalWindow
値: 3
ウィンドウはモーダル ウィンドウによってブロックされます。
WindowInteractionState_NotResponding
値: 4
ウィンドウが応答していません。

要件

要件
サポートされている最小のクライアント Windows XP (デスクトップ アプリのみ)
サポートされている最小のサーバー Windows Server 2003 (デスクトップ アプリのみ)
Header uiautomationcore.h (UIAutomation.h を含む)

こちらもご覧ください

IWindowProvider