ReactOS 0.4.16-dev-1946-g52006dd
_CONTEXT_STACK_ENTRY Struct Reference
Collaboration diagram for _CONTEXT_STACK_ENTRY:

Public Attributes

struct _CONTEXT_STACK_ENTRYpPrev
 
struct _CONTEXT_STACK_ENTRYpNext
 
PCONTEXT_ENTRY pContext
 

Detailed Description

Definition at line 17 of file context.c.

Member Data Documentation

◆ pContext

◆ pNext

struct _CONTEXT_STACK_ENTRY* _CONTEXT_STACK_ENTRY::pNext

Definition at line 20 of file context.c.

Referenced by RemoveContextFromStack().

◆ pPrev

struct _CONTEXT_STACK_ENTRY* _CONTEXT_STACK_ENTRY::pPrev

Definition at line 19 of file context.c.

Referenced by PopdCommand(), PushdCommand(), and RemoveContextFromStack().


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