ntoskrnl: KeSetTargetProcessorDpcEx stub.
Required by mrac anti cheat.
This commit is contained in:
parent
df72f9a870
commit
d1e23696df
2 changed files with 9 additions and 0 deletions
|
@ -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.@)
|
||||
*/
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue