Contains information about a developer-defined console command parsing function
struct commandParserStructure
{
struct commandParserStructure *Link ;
LONG (*parseRoutine) (
LONG screenID,
BYTE *commandLine);
LONG RTag ;
};
Points to set by RegisterConsoleCommand.
Points to a developer-defined parsing routine
Specifies a resource tag (developer-defined).