Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains values that specify the current state of the window for purposes of user interaction.
Syntax
typedef enum WindowInteractionState {
WindowInteractionState_Running = 0,
WindowInteractionState_Closing = 1,
WindowInteractionState_ReadyForUserInteraction = 2,
WindowInteractionState_BlockedByModalWindow = 3,
WindowInteractionState_NotResponding = 4
} ;
Constants
WindowInteractionState_RunningValue: 0 The window is running. This does not guarantee that the window is ready for user interaction or is responding. |
WindowInteractionState_ClosingValue: 1 The window is closing. |
WindowInteractionState_ReadyForUserInteractionValue: 2 The window is ready for user interaction. |
WindowInteractionState_BlockedByModalWindowValue: 3 The window is blocked by a modal window. |
WindowInteractionState_NotRespondingValue: 4 The window is not responding. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |