|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 735 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 733 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 734 of file pstypes.h.
Referenced by CreateFiberEx().
| void* _INITIAL_TEB::StackLimit |
Definition at line 3767 of file winternl.h.