Creating Subcommand Handlers

The following example is a sample subcommand handler definition.
Sample definition of a subcommand handler

ULONG command_handler(
  PRXSTRING Command,    /* Command string from REXX            */
  PUSHORT   Flags,      /* Returned Error/Failure flags        */
  PRXSTRING Retstr);    /* Returned RC string                  */