Add thread information block

This commit is contained in:
2023-03-01 00:14:06 +01:00
parent 3d42fcc0f5
commit 870a6680b0
4 changed files with 22 additions and 5 deletions

View File

@@ -420,6 +420,7 @@ typedef struct _KPROCESSOR_CONTROL_BLOCK
/* Processor Block structure definition */
typedef struct _KPROCESSOR_BLOCK
{
THREAD_INFORMATION_BLOCK ThreadInformationBlock;
PKPROCESSOR_BLOCK Self;
PKPROCESSOR_CONTROL_BLOCK CurrentPrcb;
KIRQL Irql;