UiaAndOrCondition Structure

Note  This structure is deprecated.

Contains information about a complex condition.

Syntax

typedef struct {
    ConditionType ConditionType;
    UiaCondition **ppConditions;
    int cConditions;
} UiaAndOrCondition;

Members

  • ConditionType
    A value from the ConditionType enumerated type indicating the type of the condition.
  • ppConditions
    The address of an array of pointers to UiaCondition structures containing information about the complex condition.
  • cConditions
    The count of elements in the ppConditions array.

Structure Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP