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

Public Attributes

HELP_TYPE Type
 
PWSTR pszCommand
 
DWORD dwHelpId
 
union {
   PCOMMAND_ENTRY   pCommand
 
   PCOMMAND_GROUP   pGroup
 
   PCONTEXT_ENTRY   pSubContext
 
Pointer
 

Detailed Description

Definition at line 26 of file help.c.

Member Data Documentation

◆ dwHelpId

DWORD HELP_ENTRY::dwHelpId

Definition at line 30 of file help.c.

Referenced by PrintContext().

◆ pCommand

PCOMMAND_ENTRY HELP_ENTRY::pCommand

Definition at line 33 of file help.c.

◆ pGroup

PCOMMAND_GROUP HELP_ENTRY::pGroup

Definition at line 34 of file help.c.

◆ 

union { ... } HELP_ENTRY::Pointer

Referenced by PrintContext().

◆ pSubContext

PCONTEXT_ENTRY HELP_ENTRY::pSubContext

Definition at line 35 of file help.c.

Referenced by PrintContext().

◆ pszCommand

PWSTR HELP_ENTRY::pszCommand

Definition at line 29 of file help.c.

Referenced by PrintContext().

◆ Type

HELP_TYPE HELP_ENTRY::Type

Definition at line 28 of file help.c.

Referenced by PrintContext().


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