ReactOS 0.4.16-dev-1493-ge7358c5
|
#include <pstypes.h>
Public Attributes | |
PVOID | PreviousStackBase |
PVOID | PreviousStackLimit |
PVOID | StackBase |
PVOID | StackLimit |
PVOID | AllocatedStackBase |
void * | OldStackBase |
void * | OldStackLimit |
void * | StackBase |
void * | StackLimit |
void * | DeallocationStack |
PVOID _INITIAL_TEB::AllocatedStackBase |
Definition at line 697 of file pstypes.h.
Referenced by CreateFiberEx().
void* _INITIAL_TEB::DeallocationStack |
Definition at line 3768 of file winternl.h.
void* _INITIAL_TEB::OldStackBase |
Definition at line 3764 of file winternl.h.
void* _INITIAL_TEB::OldStackLimit |
Definition at line 3765 of file winternl.h.
PVOID _INITIAL_TEB::StackBase |
Definition at line 695 of file pstypes.h.
Referenced by CreateFiberEx(), CreateProcessInternalW(), CreateRemoteThread(), and RtlCreateUserThread().
void* _INITIAL_TEB::StackBase |
Definition at line 3766 of file winternl.h.
PVOID _INITIAL_TEB::StackLimit |
Definition at line 696 of file pstypes.h.
Referenced by CreateFiberEx().
void* _INITIAL_TEB::StackLimit |
Definition at line 3767 of file winternl.h.