Implement KeGetCurrentThread() routine

This commit is contained in:
2023-02-08 23:58:24 +01:00
parent e3a900088c
commit c4a52938d2
3 changed files with 25 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ XTAPI
PKPROCESSOR_CONTROL_BLOCK
KeGetCurrentProcessorControlBlock(VOID);
XTAPI
PKTHREAD
KeGetCurrentThread(VOID);
XTAPI
VOID
KepArchInitialize(VOID);