On Thu Mar 21 18:16:47 2024 +0000, Alexandre Julliard wrote:
I see RtlInitializeNtUserPfn() in Windows 10 NTDLL export list, shall
we use this to implement upcalls? Yes, it should do essentially the same thing as NtUserInitializeClientPfnArrays.
We probably don't really need it to have a compatible prototype.