NormalizeState enumeration (uiautomationcoreapi.h)
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
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcoreapi.h (include UIAutomation.h) |