Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values that specify the behavior of UiaGetUpdatedCache.
Syntax
typedef enum NormalizeState {
NormalizeState_None,
NormalizeState_View,
NormalizeState_Custom
} ;
Constants
NormalizeState_NoneNo normalization. |
NormalizeState_ViewNormalize against the condition in the cache request specified by pRequest. |
NormalizeState_CustomNormalize against the condition specified in pNormalizeCondition. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcoreapi.h (include UIAutomation.h) |