Initial process and thread related structures
Some checks failed
ci/woodpecker/push/build Pipeline failed
Some checks failed
ci/woodpecker/push/build Pipeline failed
This commit is contained in:
@@ -347,6 +347,7 @@ typedef struct _KPROCESSOR_STATE
|
||||
/* Processor Control Block (PRCB) structure definition */
|
||||
typedef struct _KPROCESSOR_CONTROL_BLOCK
|
||||
{
|
||||
PKTHREAD CurrentThread;
|
||||
UCHAR Number;
|
||||
ULONG_PTR SetMember;
|
||||
KPROCESSOR_STATE ProcessorState;
|
||||
|
Reference in New Issue
Block a user