1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00
wine/dlls/uiautomationcore
Connor McAdams 81057913cd uiautomationcore: NULL initialize SAFEARRAY variable passed to IRawElementProviderFragment::GetRuntimeId().
Fixes a crash in Battle.net setup where success is returned but the
variable is not set.

Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2024-05-31 19:03:51 +02:00
..
tests uiautomationcore/tests: Use CRT allocation functions. 2024-01-18 18:08:48 +01:00
Makefile.in makefiles: Always use the global SOURCES variable for .idl files. 2023-11-01 22:43:50 +01:00
uia_classes_client.idl
uia_classes_core.idl
uia_classes.idl
uia_client.c uiautomationcore: NULL initialize SAFEARRAY variable passed to IRawElementProviderFragment::GetRuntimeId(). 2024-05-31 19:03:51 +02:00
uia_com_client.c uiautomationcore: Don't set HRESULT when attempting to advise currently focused HUIANODE. 2023-10-30 14:25:52 +01:00
uia_event.c
uia_ids.c
uia_main.c uiautomationcore: Return TRUE from UiaClientsAreListening(). 2023-10-30 14:25:54 +01:00
uia_private.h uiautomationcore: Remove DECLSPEC_HIDDEN usage. 2023-11-08 10:05:57 +01:00
uia_provider.c uiautomationcore: Don't return failure from ::GetEmbeddedFragmentRoots stub on the default BaseHwnd provider. 2023-10-30 14:25:52 +01:00
uia_utils.c
uiautomationcore.spec