|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <precomp.h>

| GUID _CONTEXT_ENTRY::Guid |
Definition at line 113 of file precomp.h.
Referenced by FindSubContextByGuid().
| HMODULE _CONTEXT_ENTRY::hModule |
Definition at line 114 of file precomp.h.
Referenced by CreateRootContext(), and RegisterContext().
| PCOMMAND_ENTRY _CONTEXT_ENTRY::pCommandListHead |
Definition at line 120 of file precomp.h.
Referenced by AddContextCommand(), and GetContextCommand().
| PCOMMAND_ENTRY _CONTEXT_ENTRY::pCommandListTail |
Definition at line 121 of file precomp.h.
Referenced by AddContextCommand().
| PNS_CONTEXT_COMMIT_FN _CONTEXT_ENTRY::pfnCommitFn |
Definition at line 116 of file precomp.h.
Referenced by CommitContext(), and RegisterContext().
| PNS_CONTEXT_CONNECT_FN _CONTEXT_ENTRY::pfnConnectFn |
Definition at line 118 of file precomp.h.
Referenced by InterpretCommand(), and RegisterContext().
| PNS_CONTEXT_DUMP_FN _CONTEXT_ENTRY::pfnDumpFn |
Definition at line 117 of file precomp.h.
Referenced by DumpContext(), and RegisterContext().
| PCOMMAND_GROUP _CONTEXT_ENTRY::pGroupListHead |
Definition at line 123 of file precomp.h.
Referenced by AddCommandGroup(), and GetContextGroup().
| PCOMMAND_GROUP _CONTEXT_ENTRY::pGroupListTail |
Definition at line 124 of file precomp.h.
Referenced by AddCommandGroup().
| struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pNext |
Definition at line 107 of file precomp.h.
Referenced by CommitContext(), DumpContext(), FindSubContextByGuid(), GetContextSubContext(), PrintContext(), and PrintSubcontexts().
| struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pParentContext |
Definition at line 109 of file precomp.h.
Referenced by InterpretCommand(), and UpCommand().
| struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pPrev |
| struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pSubContextHead |
Definition at line 126 of file precomp.h.
Referenced by AddContext(), CommitContext(), DumpContext(), FindSubContextByGuid(), GetContextSubContext(), PrintContext(), and PrintSubcontexts().
| struct _CONTEXT_ENTRY* _CONTEXT_ENTRY::pSubContextTail |
Definition at line 127 of file precomp.h.
Referenced by AddContext().
| PWSTR _CONTEXT_ENTRY::pszContextName |
Definition at line 112 of file precomp.h.
Referenced by AddContext(), GetContextSubContext(), PrintContext(), and PrintHelpers().
| ULONG _CONTEXT_ENTRY::ulPriority |
Definition at line 115 of file precomp.h.
Referenced by RegisterContext().