Lifecycle management of threads #29

Merged
harraiken merged 240 commits from threads into master 2026-09-07 13:45:09 +02:00
Showing only changes of commit 392bc007a3 - Show all commits

View File

@@ -242,7 +242,7 @@ typedef struct _PEB_FREE_BLOCK
/* Kernel's representation of a thread environment block */ /* Kernel's representation of a thread environment block */
typedef struct _TEB typedef struct _TEB
{ {
THREAD_INFORMATION_BLOCK ThreadInformationBlock; THREAD_INFORMATION_BLOCK InformationBlock;
PVOID EnvironmentPointer; PVOID EnvironmentPointer;
CLIENT_ID ClientId; CLIENT_ID ClientId;
PVOID ActiveRpcHandle; PVOID ActiveRpcHandle;