Commit f604ffaa authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Updated enum AutomationIdentifierType values.

parent 4e5f1633
......@@ -45,7 +45,11 @@ enum AutomationIdentifierType
AutomationIdentifierType_Pattern,
AutomationIdentifierType_Event,
AutomationIdentifierType_ControlType,
AutomationIdentifierType_TextAttribute
AutomationIdentifierType_TextAttribute,
AutomationIdentifierType_LandmarkType,
AutomationIdentifierType_Annotation,
AutomationIdentifierType_Changes,
AutomationIdentifierType_Style
};
HRESULT WINAPI UiaGetReservedMixedAttributeValue(IUnknown **value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment