UiaNotCondition structure (uiautomationcoreapi.h)

Note  This structure is deprecated.
 
Contains information about a negative condition.

Syntax

struct UiaNotCondition {
  ConditionType       ConditionType;
  struct UiaCondition *pCondition;
};

Members

ConditionType

Type: ConditionType

A value from the ConditionType enumerated type indicating the type of condition.

pCondition

Type: UiaCondition*

The address of a UiaCondition structure containing information about the condition.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header uiautomationcoreapi.h