NormalizeState Enumerated Type

Contains values that specify the behavior of UiaGetUpdatedCache.

Syntax

typedef enum {
    NormalizeState_None,
    NormalizeState_View,
    NormalizeState_Custom
} NormalizeState;

Constants

  • NormalizeState_None
    No normalization.

  • NormalizeState_View
    Normalize against the condition in the cache request specified by pRequest.

  • NormalizeState_Custom
    Normalize against the condition specified in pNormalizeCondition.

Enumerated Type Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP 1.0