ReactOS 0.4.16-dev-1493-ge7358c5
_INITIAL_TEB Struct Reference

#include <pstypes.h>

Collaboration diagram for _INITIAL_TEB:

Public Attributes

PVOID PreviousStackBase
 
PVOID PreviousStackLimit
 
PVOID StackBase
 
PVOID StackLimit
 
PVOID AllocatedStackBase
 
voidOldStackBase
 
voidOldStackLimit
 
voidStackBase
 
voidStackLimit
 
voidDeallocationStack
 

Detailed Description

Definition at line 691 of file pstypes.h.

Member Data Documentation

◆ AllocatedStackBase

PVOID _INITIAL_TEB::AllocatedStackBase

Definition at line 697 of file pstypes.h.

Referenced by CreateFiberEx().

◆ DeallocationStack

void* _INITIAL_TEB::DeallocationStack

Definition at line 3768 of file winternl.h.

◆ OldStackBase

void* _INITIAL_TEB::OldStackBase

Definition at line 3764 of file winternl.h.

◆ OldStackLimit

void* _INITIAL_TEB::OldStackLimit

Definition at line 3765 of file winternl.h.

◆ PreviousStackBase

PVOID _INITIAL_TEB::PreviousStackBase

Definition at line 693 of file pstypes.h.

◆ PreviousStackLimit

PVOID _INITIAL_TEB::PreviousStackLimit

Definition at line 694 of file pstypes.h.

◆ StackBase [1/2]

PVOID _INITIAL_TEB::StackBase

◆ StackBase [2/2]

void* _INITIAL_TEB::StackBase

Definition at line 3766 of file winternl.h.

◆ StackLimit [1/2]

PVOID _INITIAL_TEB::StackLimit

Definition at line 696 of file pstypes.h.

Referenced by CreateFiberEx().

◆ StackLimit [2/2]

void* _INITIAL_TEB::StackLimit

Definition at line 3767 of file winternl.h.


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