commandParserStructure

Contains information about a developer-defined console command parsing function

Service:Advanced
Defined In:nwadv.h

Structure

  struct commandParserStructure  
  {  
     struct commandParserStructure    *Link ;  
     LONG                            (*parseRoutine) (   
        LONG   screenID,   
        BYTE   *commandLine);  
     LONG                             RTag ; 
  };
  

Fields

Link

Points to set by RegisterConsoleCommand.

parseRoutine

Points to a developer-defined parsing routine

RTag

Specifies a resource tag (developer-defined).