|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HELP_TYPE | Type |
| PWSTR | pszCommand |
| DWORD | dwHelpId |
| union { | |
| PCOMMAND_ENTRY pCommand | |
| PCOMMAND_GROUP pGroup | |
| PCONTEXT_ENTRY pSubContext | |
| } | Pointer |
| DWORD HELP_ENTRY::dwHelpId |
Definition at line 30 of file help.c.
Referenced by PrintContext().
| PCOMMAND_ENTRY HELP_ENTRY::pCommand |
| PCOMMAND_GROUP HELP_ENTRY::pGroup |
| union { ... } HELP_ENTRY::Pointer |
Referenced by PrintContext().
| PCONTEXT_ENTRY HELP_ENTRY::pSubContext |
Definition at line 35 of file help.c.
Referenced by PrintContext().
| PWSTR HELP_ENTRY::pszCommand |
Definition at line 29 of file help.c.
Referenced by PrintContext().
| HELP_TYPE HELP_ENTRY::Type |
Definition at line 28 of file help.c.
Referenced by PrintContext().