include: Updated enum AutomationIdentifierType values.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alistair Leslie-Hughes 2018-06-08 00:10:32 +00:00 committed by Alexandre Julliard
parent 4e5f163334
commit f604ffaae6
1 changed files with 5 additions and 1 deletions

View File

@ -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);