UiaAndOrCondition-Struktur (uiautomationcoreapi.h)
Hinweis Diese Struktur ist veraltet.
Syntax
struct UiaAndOrCondition {
ConditionType ConditionType;
UiaCondition **ppConditions;
struct UiaCondition;
int cConditions;
};
Member
ConditionType
Typ: ConditionType
Ein Wert aus dem aufgezählten ConditionType-Typ , der den Typ der Bedingung angibt.
ppConditions
Typ: UiaCondition**
Die Adresse eines Arrays von Zeigern auf UiaCondition-Strukturen , die Informationen über die komplexe Bedingung enthalten.
UiaCondition
cConditions
Typ: int
Die Anzahl der Elemente im PpConditions-Array .
Anforderungen
Unterstützte Mindestversion (Client) | Windows XP [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2003 [nur Desktop-Apps] |
Kopfzeile | uiautomationcoreapi.h |