ReactOS 0.4.15-dev-7961-gdcf9eb0
_CONTEXT_ENTRY Struct Reference

#include <precomp.h>

Collaboration diagram for _CONTEXT_ENTRY:

Public Attributes

struct _CONTEXT_ENTRYpPrev
 
struct _CONTEXT_ENTRYpNext
 
struct _CONTEXT_ENTRYpParentContext
 
PWSTR pszContextName
 
GUID Guid
 
HMODULE hModule
 
PCOMMAND_ENTRY pCommandListHead
 
PCOMMAND_ENTRY pCommandListTail
 
PCOMMAND_GROUP pGroupListHead
 
PCOMMAND_GROUP pGroupListTail
 
struct _CONTEXT_ENTRYpSubContextHead
 
struct _CONTEXT_ENTRYpSubContextTail
 

Detailed Description

Definition at line 97 of file precomp.h.

Member Data Documentation

◆ Guid

GUID _CONTEXT_ENTRY::Guid

Definition at line 105 of file precomp.h.

Referenced by PrintSubContext().

◆ hModule

HMODULE _CONTEXT_ENTRY::hModule

Definition at line 106 of file precomp.h.

Referenced by CreateRootContext(), and HelpContext().

◆ pCommandListHead

PCOMMAND_ENTRY _CONTEXT_ENTRY::pCommandListHead

Definition at line 108 of file precomp.h.

Referenced by AddContextCommand(), HelpContext(), and InterpretCommand().

◆ pCommandListTail

PCOMMAND_ENTRY _CONTEXT_ENTRY::pCommandListTail

Definition at line 109 of file precomp.h.

Referenced by AddContextCommand().

◆ pGroupListHead

PCOMMAND_GROUP _CONTEXT_ENTRY::pGroupListHead

Definition at line 111 of file precomp.h.

Referenced by AddCommandGroup(), HelpContext(), and InterpretCommand().

◆ pGroupListTail

PCOMMAND_GROUP _CONTEXT_ENTRY::pGroupListTail

Definition at line 112 of file precomp.h.

Referenced by AddCommandGroup().

◆ pNext

struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pNext

Definition at line 100 of file precomp.h.

Referenced by HelpCommand(), HelpContext(), InterpretCommand(), and PrintSubContext().

◆ pParentContext

struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pParentContext

Definition at line 102 of file precomp.h.

Referenced by HelpContext(), InterpretCommand(), and UpCommand().

◆ pPrev

struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pPrev

Definition at line 99 of file precomp.h.

◆ pSubContextHead

struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pSubContextHead

Definition at line 114 of file precomp.h.

Referenced by AddContext(), HelpCommand(), HelpContext(), InterpretCommand(), and PrintSubContext().

◆ pSubContextTail

struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pSubContextTail

Definition at line 115 of file precomp.h.

Referenced by AddContext().

◆ pszContextName

PWSTR _CONTEXT_ENTRY::pszContextName

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