|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <uiautomationcoreapi.h>

Public Attributes | |
| enum ConditionType | ConditionType |
| struct UiaCondition ** | ppConditions |
| int | cConditions |
Definition at line 409 of file uiautomationcoreapi.h.
| int UiaAndOrCondition::cConditions |
Definition at line 412 of file uiautomationcoreapi.h.
Referenced by set_and_or_condition(), uia_condition_check(), uia_condition_clone(), and uia_condition_destroy().
| enum ConditionType UiaAndOrCondition::ConditionType |
Definition at line 410 of file uiautomationcoreapi.h.
Referenced by set_and_or_condition(), and uia_condition_clone().
| struct UiaCondition** UiaAndOrCondition::ppConditions |
Definition at line 411 of file uiautomationcoreapi.h.
Referenced by set_and_or_condition(), uia_condition_check(), uia_condition_clone(), and uia_condition_destroy().