Connor McAdams : uiautomationcore: Implement UiaGetPropertyValue.
Module: wine Branch: master Commit: 61fa18aa04e31afeaa42ea768fa63161b427784c URL: https://gitlab.winehq.org/wine/wine/-/commit/61fa18aa04e31afeaa42ea768fa6316... Author: Connor McAdams <cmcadams(a)codeweavers.com> Date: Fri Jun 17 15:04:18 2022 -0400 uiautomationcore: Implement UiaGetPropertyValue. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> --- dlls/uiautomationcore/uia_classes.idl | 17 ++++ dlls/uiautomationcore/uia_client.c | 165 ++++++++++++++++++++++++++++++---- dlls/uiautomationcore/uia_ids.c | 45 ++++++++-- dlls/uiautomationcore/uia_main.c | 13 +-- dlls/uiautomationcore/uia_private.h | 24 +++++ dlls/uiautomationcore/uia_provider.c | 4 +- 6 files changed, 230 insertions(+), 38 deletions(-)
participants (1)
-
Alexandre Julliard