We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbc1e1 commit 87ad959Copy full SHA for 87ad959
arwinss/client/user32/user32.spec
@@ -571,7 +571,7 @@
571
@ stdcall RegisterShellHookWindow (long)
572
@ stdcall RegisterSystemThread(long long)
573
@ stdcall RegisterTasklist (long)
574
-@ stub RegisterUserApiHook
+@ stdcall RegisterUserApiHook(ptr)
575
@ stdcall RegisterWindowMessageA(str)
576
@ stdcall RegisterWindowMessageW(wstr)
577
@ stdcall ReleaseCapture()
arwinss/client/user32/user_main.c
@@ -370,5 +370,12 @@ BOOL WINAPI ClientThreadSetup()
370
371
BOOL WINAPI UnregisterUserApiHook(VOID)
372
{
373
+ TRACE(": stub\n");
374
return TRUE;
375
}
376
+
377
+BOOL WINAPI RegisterUserApiHook(PUSERAPIHOOKINFO puah)
378
+{
379
380
+ return TRUE;
381
+}
0 commit comments