Module: wine Branch: master Commit: 890faf87dd691df95e55976b02aa7999d3340c41 URL: https://gitlab.winehq.org/wine/wine/-/commit/890faf87dd691df95e55976b02aa799...
Author: Connor McAdams cmcadams@codeweavers.com Date: Mon Oct 10 14:11:01 2022 -0400
uiautomationcore: Implement UiaDisconnectProvider.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
---
dlls/uiautomationcore/tests/uiautomation.c | 288 ++++++++++++++++++++++++++++- dlls/uiautomationcore/uia_classes.idl | 1 + dlls/uiautomationcore/uia_client.c | 99 +++++++++- dlls/uiautomationcore/uia_main.c | 6 - dlls/uiautomationcore/uia_private.h | 6 + dlls/uiautomationcore/uia_provider.c | 74 +++++++- include/uiautomationcoreapi.h | 1 + 7 files changed, 465 insertions(+), 10 deletions(-)