1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
wine/dlls/uiautomationcore
Connor McAdams d81256e7b6 uiautomationcore: Return TRUE from UiaClientsAreListening().
This function always returns TRUE on Windows 7 and above, and now that we
have stubs for all the event raising functions there should be no harm
in doing the same.

Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-10-30 14:25:54 +01:00
..
tests uiautomationcore: Return TRUE from UiaClientsAreListening(). 2023-10-30 14:25:54 +01:00
Makefile.in uiautomationcore: Put general purpose helper functions into separate source file. 2023-06-05 14:01:07 +02:00
uia_classes.idl uiautomationcore: Potentially raise focus event on the currently focused serverside provider in response to EVENT_OBJECT_FOCUS. 2023-10-16 11:15:38 +02:00
uia_classes_client.idl uiautomationcore: Register all UI Automation typelibs. 2023-02-20 08:37:21 +01:00
uia_classes_core.idl uiautomationcore: Register all UI Automation typelibs. 2023-02-20 08:37:21 +01:00
uia_client.c uiautomationcore: Only print FIXME messages for missing default clientside providers once. 2023-10-20 22:31:12 +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 uiautomationcore: Add support for translating EVENT_OBJECT_FOCUS for native MSAA IAccessibles. 2023-10-16 11:15:38 +02:00
uia_ids.c uiautomationcore: Implement UiaAddEvent. 2023-05-26 21:24:14 +02:00
uia_main.c uiautomationcore: Return TRUE from UiaClientsAreListening(). 2023-10-30 14:25:54 +01:00
uia_private.h uiautomationcore: Add support for translating EVENT_OBJECT_FOCUS for native MSAA IAccessibles. 2023-10-16 11:15:38 +02: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: Use EVENT_OBJECT_DESTROY to remove HWNDs from the COM API focus change HWND map. 2023-10-10 23:15:05 +02:00
uiautomationcore.spec uiautomationcore: Add UiaHasServerSideProvider stub. 2023-09-18 11:01:22 +02:00