14 Sep
2022
14 Sep
'22
9:56 p.m.
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? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/846#note_8459