Module: wine Branch: master Commit: dadfd3d424ab256677e1a1d3c253f3769f515066 URL: https://gitlab.winehq.org/wine/wine/-/commit/dadfd3d424ab256677e1a1d3c253f37...
Author: Connor McAdams cmcadams@codeweavers.com Date: Thu Aug 4 15:20:56 2022 -0400
uiautomationcore: Add support for UIA_RuntimeIdPropertyId.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
---
dlls/uiautomationcore/tests/uiautomation.c | 72 ++++--- dlls/uiautomationcore/uia_classes.idl | 1 + dlls/uiautomationcore/uia_client.c | 334 ++++++++++++++++++++++++++--- dlls/uiautomationcore/uia_ids.c | 105 ++++----- dlls/uiautomationcore/uia_private.h | 6 + 5 files changed, 406 insertions(+), 112 deletions(-)