Module: wine Branch: master Commit: 01fb2a26d2649666d3879a223a2cf2b779898cfd URL: https://gitlab.winehq.org/wine/wine/-/commit/01fb2a26d2649666d3879a223a2cf2b... Author: Connor McAdams <cmcadams(a)codeweavers.com> Date: Tue Nov 29 12:34:28 2022 -0500 uiautomationcore: Implement UiaLookupId for AutomationIdentifierType_Event GUIDs. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> --- dlls/uiautomationcore/tests/uiautomation.c | 73 +++++++++++++++++--- dlls/uiautomationcore/uia_classes.idl | 6 ++ dlls/uiautomationcore/uia_ids.c | 107 ++++++++++++++++++++++++++++- include/uiautomationclient.idl | 2 + include/uiautomationcoreapi.h | 39 +++++++++++ 5 files changed, 216 insertions(+), 11 deletions(-)