UiaAndOrCondition 構造体 (uiautomationcoreapi.h)
メモ この構造は非推奨です。
構文
struct UiaAndOrCondition {
ConditionType ConditionType;
UiaCondition **ppConditions;
struct UiaCondition;
int cConditions;
};
メンバー
ConditionType
条件の種類を示す ConditionType 列挙型の値。
ppConditions
種類: UiaCondition**
複雑な条件に関する情報を含む UiaCondition 構造体へのポインターの配列のアドレス。
UiaCondition
cConditions
型: int
ppConditions 配列内の要素の数。
要件
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | uiautomationcoreapi.h |