ReactOS 0.4.16-dev-250-g3ecd236
|
#include <pstypes.h>
Public Attributes | |
PVOID | PreviousStackBase |
PVOID | PreviousStackLimit |
PVOID | StackBase |
PVOID | StackLimit |
PVOID | AllocatedStackBase |
PVOID | StackCommit |
PVOID | StackCommitMax |
PVOID | StackReserved |
PVOID _INITIAL_TEB::AllocatedStackBase |
Definition at line 697 of file pstypes.h.
Referenced by CreateFiberEx().
PVOID _INITIAL_TEB::StackBase |
Definition at line 695 of file pstypes.h.
Referenced by CreateFiberEx(), CreateProcessInternalW(), CreateRemoteThread(), and RtlCreateUserThread().
PVOID _INITIAL_TEB::StackCommit |
Definition at line 2158 of file winternl.h.
PVOID _INITIAL_TEB::StackCommitMax |
Definition at line 2159 of file winternl.h.
PVOID _INITIAL_TEB::StackLimit |
Definition at line 696 of file pstypes.h.
Referenced by CreateFiberEx().
PVOID _INITIAL_TEB::StackReserved |
Definition at line 2160 of file winternl.h.