ReactOS 0.4.16-dev-2-g02a6913
|
#include <precomp.h>
GUID _CONTEXT_ENTRY::Guid |
Definition at line 105 of file precomp.h.
Referenced by PrintSubContext().
HMODULE _CONTEXT_ENTRY::hModule |
Definition at line 106 of file precomp.h.
Referenced by CreateRootContext(), and HelpContext().
PCOMMAND_ENTRY _CONTEXT_ENTRY::pCommandListHead |
Definition at line 108 of file precomp.h.
Referenced by AddContextCommand(), HelpContext(), and InterpretCommand().
PCOMMAND_ENTRY _CONTEXT_ENTRY::pCommandListTail |
Definition at line 109 of file precomp.h.
Referenced by AddContextCommand().
PCOMMAND_GROUP _CONTEXT_ENTRY::pGroupListHead |
Definition at line 111 of file precomp.h.
Referenced by AddCommandGroup(), HelpContext(), and InterpretCommand().
PCOMMAND_GROUP _CONTEXT_ENTRY::pGroupListTail |
Definition at line 112 of file precomp.h.
Referenced by AddCommandGroup().
struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pNext |
Definition at line 100 of file precomp.h.
Referenced by HelpCommand(), HelpContext(), InterpretCommand(), and PrintSubContext().
struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pParentContext |
Definition at line 102 of file precomp.h.
Referenced by HelpContext(), InterpretCommand(), and UpCommand().
struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pPrev |
struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pSubContextHead |
Definition at line 114 of file precomp.h.
Referenced by AddContext(), HelpCommand(), HelpContext(), InterpretCommand(), and PrintSubContext().
struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pSubContextTail |
Definition at line 115 of file precomp.h.
Referenced by AddContext().
PWSTR _CONTEXT_ENTRY::pszContextName |
Definition at line 104 of file precomp.h.
Referenced by HelpCommand(), HelpContext(), InterpretCommand(), InterpretInteractive(), and PrintSubContext().