Implement KeGetCurrentProcessorNumber() routine

This commit is contained in:
2024-05-07 18:52:43 +02:00
父節點 f66e9aea9e
當前提交 8d6d27651c
共有 4 個文件被更改,包括 36 次插入0 次删除

查看文件

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