include: Updated enum AutomationIdentifierType values.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4e5f163334
commit
f604ffaae6
|
@ -45,7 +45,11 @@ enum AutomationIdentifierType
|
||||||
AutomationIdentifierType_Pattern,
|
AutomationIdentifierType_Pattern,
|
||||||
AutomationIdentifierType_Event,
|
AutomationIdentifierType_Event,
|
||||||
AutomationIdentifierType_ControlType,
|
AutomationIdentifierType_ControlType,
|
||||||
AutomationIdentifierType_TextAttribute
|
AutomationIdentifierType_TextAttribute,
|
||||||
|
AutomationIdentifierType_LandmarkType,
|
||||||
|
AutomationIdentifierType_Annotation,
|
||||||
|
AutomationIdentifierType_Changes,
|
||||||
|
AutomationIdentifierType_Style
|
||||||
};
|
};
|
||||||
|
|
||||||
HRESULT WINAPI UiaGetReservedMixedAttributeValue(IUnknown **value);
|
HRESULT WINAPI UiaGetReservedMixedAttributeValue(IUnknown **value);
|
||||||
|
|
Loading…
Reference in New Issue