-
64f7c37c
by Paul Gofman at 2025-08-19T22:55:49+02:00
ntdll: Add semi-stub for NtQueueApcThreadEx2().
-
7d8d3830
by Paul Gofman at 2025-08-19T22:55:49+02:00
ntdll: Validate reserve handle in NtQueueApcThreadEx2().
-
3bf8fc31
by Paul Gofman at 2025-08-19T22:55:49+02:00
ntdll: Pass user APC flags to call_user_apc_dispatcher().
-
fd06b6c9
by Paul Gofman at 2025-08-19T22:55:49+02:00
server: Do not allow queueing special APCs to wow64 threads.
-
4b565a05
by Paul Gofman at 2025-08-19T22:55:49+02:00
ntdll: Implement QUEUE_USER_APC_CALLBACK_DATA_CONTEXT in NtQueueApcThreadEx2() on x64.
-
a9bc7af5
by Paul Gofman at 2025-08-19T22:55:49+02:00
ntdll: Use NtContinueEx in KiUserApcDispatcher on x64.
-
d2114fba
by Paul Gofman at 2025-08-19T22:55:49+02:00
kernelbase: Implement QueueUserAPC2().