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.
Note This structure is deprecated.
Syntax
struct UiaAndOrCondition {
ConditionType ConditionType;
UiaCondition **ppConditions;
struct UiaCondition;
int cConditions;
};
Members
ConditionType
Type: ConditionType
A value from the ConditionType enumerated type indicating the type of the condition.
ppConditions
Type: UiaCondition**
The address of an array of pointers to UiaCondition structures containing information about the complex condition.
UiaCondition
cConditions
Type: int
The count of elements in the ppConditions array.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcoreapi.h |