ntoskrnl: KeSetTargetProcessorDpcEx stub.

Required by mrac anti cheat.
This commit is contained in:
Etaash Mathamsetty 2022-09-13 13:24:30 -04:00 committed by Alexandre Julliard
parent df72f9a870
commit d1e23696df
2 changed files with 9 additions and 0 deletions

View file

@ -3371,6 +3371,14 @@ VOID WINAPI KeSetImportanceDpc(PRKDPC dpc, KDPC_IMPORTANCE importance)
FIXME("%p, %d stub\n", dpc, importance);
}
/***********************************************************************
* KeSetTargetProcessorDpcEx (NTOSKRNL.EXE.@)
*/
VOID WINAPI KeSetTargetProcessorDpcEx(PRKDPC dpc, PPROCESSOR_NUMBER process_number)
{
FIXME("%p, %p stub\n", dpc, process_number);
}
/***********************************************************************
* KeSetTargetProcessorDpc (NTOSKRNL.EXE.@)
*/

View file

@ -647,6 +647,7 @@
@ stdcall KeSetSystemAffinityThread(long)
@ stdcall KeSetSystemAffinityThreadEx(long)
@ stdcall KeSetTargetProcessorDpc(ptr long)
@ stdcall KeSetTargetProcessorDpcEx(ptr ptr)
@ stub KeSetTimeIncrement
@ stdcall KeSetTimer(ptr int64 ptr)
@ stdcall KeSetTimerEx(ptr int64 long ptr)