Share via


UiaNotCondition Structure

Note  This structure is deprecated.

Contains information about a negative condition.

Syntax

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

Members

  • ConditionType
    A value from the ConditionType enumerated type indicating the type of condition.
  • pCondition
    The address of a UiaCondition structure containing information about the condition.

Structure Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP