Implement KeGetCurrentProcessorNumber() routine

Este commit está contenido en:
2024-05-07 18:52:43 +02:00
padre f66e9aea9e
commit 8d6d27651c
Se han modificado 4 ficheros con 36 adiciones y 0 borrados

Ver fichero

@@ -21,6 +21,10 @@ XTAPI
PKPROCESSOR_CONTROL_BLOCK
KeGetCurrentProcessorControlBlock(VOID);
XTAPI
ULONG
KeGetCurrentProcessorNumber(VOID);
XTAPI
PKTHREAD
KeGetCurrentThread(VOID);