EventCmdLineInfo_t

Contains information about an EVENT_COMMAND_LINE_ENTERED event.

Service:NetWare Platform

Structure

  #include <event.h>
  
  typedef struct
  {
     scr_t  *scrID;
     char   *cmdLine;
     char   *upper_cmdLine;
  } EventCmdLineInfo_t;
  

Fields

scrID

Points to the ID of the screen, which received the command.

cmdLine

Points to command that was entered.

upper_cmdLine

Points to an upper-case version of the command line.