Rename ThreadInformationBlock member to InformationBlock

This commit is contained in:
2026-08-06 22:26:23 +02:00
parent 6c2f50d538
commit 392bc007a3

View File

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