Esme Povirk (@madewokherd) commented about dlls/uiautomationcore/uia_client.c:
return hr;
}
+/*
- UI Automation client thread functions.
- */
+struct uia_client_thread +{
- CO_MTA_USAGE_COOKIE mta_cookie;
- HANDLE hthread;
- HWND hwnd;
- LONG ref;
+};
+struct uia_get_node_prov_args {
You do realize messages have 2 pointer-sized arguments you can use, right?