|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| struct _CONTEXT_STACK_ENTRY * | pPrev |
| struct _CONTEXT_STACK_ENTRY * | pNext |
| PCONTEXT_ENTRY | pContext |
| PCONTEXT_ENTRY _CONTEXT_STACK_ENTRY::pContext |
Definition at line 22 of file context.c.
Referenced by AddCommandGroup(), AddContextCommand(), CommitContext(), DumpContext(), FindSubContextByGuid(), RegisterContext(), and RemoveContextFromStack().
| struct _CONTEXT_STACK_ENTRY* _CONTEXT_STACK_ENTRY::pNext |
Definition at line 20 of file context.c.
Referenced by RemoveContextFromStack().
| struct _CONTEXT_STACK_ENTRY* _CONTEXT_STACK_ENTRY::pPrev |
Definition at line 19 of file context.c.
Referenced by PopdCommand(), PushdCommand(), and RemoveContextFromStack().