Implement KeGetCurrentProcessorNumber() routine

This commit is contained in:
2024-05-07 18:52:43 +02:00
parent f66e9aea9e
commit 8d6d27651c
4 ha cambiato i file con 36 aggiunte e 0 eliminazioni

Vedi File

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