ReactOS 0.4.15-dev-7788-g1ad9096
_NT_TIB Struct Reference

#include <compat.h>

Collaboration diagram for _NT_TIB:

Public Attributes

struct _EXCEPTION_REGISTRATION_RECORDExceptionList
 
PVOID StackBase
 
PVOID StackLimit
 
PVOID SubSystemTib
 
union {
   PVOID   FiberData
 
   DWORD   Version
 
DUMMYUNIONNAME
 
PVOID ArbitraryUserPointer
 
struct _NT_TIBSelf
 
union {
   PVOID   FiberData
 
   ULONG   Version
 
DUMMYUNIONNAME
 
union {
   PVOID   FiberData
 
   DWORD   Version
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 710 of file compat.h.

Member Data Documentation

◆ ArbitraryUserPointer

PVOID _NT_TIB::ArbitraryUserPointer

Definition at line 719 of file compat.h.

Referenced by CreateProcessInternalW(), DbgkCreateThread(), KdbpCmdPcr(), and LdrpMapDll().

◆  [1/3]

union { ... } _NT_TIB::DUMMYUNIONNAME

◆  [2/3]

_ANONYMOUS_UNION union { ... } _NT_TIB::DUMMYUNIONNAME

◆  [3/3]

_ANONYMOUS_UNION union { ... } _NT_TIB::DUMMYUNIONNAME

◆ ExceptionList

◆ FiberData

PVOID _NT_TIB::FiberData

◆ Self

struct _NT_TIB * _NT_TIB::Self

Definition at line 720 of file compat.h.

Referenced by KdbpCmdPcr(), KiSetTebBase(), KiSwapContextResume(), and MmCreateTeb().

◆ StackBase

◆ StackLimit

◆ SubSystemTib

PVOID _NT_TIB::SubSystemTib

Definition at line 714 of file compat.h.

Referenced by KdbpCmdPcr().

◆ Version [1/2]

DWORD _NT_TIB::Version

Definition at line 717 of file compat.h.

Referenced by MmCreateTeb().

◆ Version [2/2]

ULONG _NT_TIB::Version

Definition at line 1070 of file ketypes.h.


The documentation for this struct was generated from the following files: