Sage-ST ä

Manager

Documentation

AddCommandFirst AddCommandLast FlushCommands ReadCommandLine
STRAddCommandFirst STRAddCommandLast STRFlushCommands STRReadCommandLine




  procedure ReadCommandLine
             (const FileName : array of char;
              var   cmnd     : array of char;
              var   args     : array of char;
              var   done     : boolean); overload; stdcall;

  exports ReadCommandLine (const FileName : array of char;
                           var   cmnd     : array of char;
                           var   args     : array of char;
                           var   done     : boolean) name 'Manager_ReadCommandLine';




  procedure ReadCommandLine
             (const FileName : string;
              var   cmnd     : array of char;
              var   args     : array of char;
              var   done     : boolean); overload; stdcall;

  exports ReadCommandLine (const FileName : string;
                           var   cmnd     : array of char;
                           var   args     : array of char;
                           var   done     : boolean) name 'Manager_STRReadCommandLine';




  procedure AddCommandLast
             (const FileName : array of char;
              const cmnd     : array of char;
              var   done     : boolean); overload; stdcall;

  exports AddCommandLast (const FileName : array of char;
                          const cmnd     : array of char;
                          var   done     : boolean) name 'Manager_AddCommandLast';




  procedure AddCommandLast
             (const FileName : string;
              const cmnd     : string;
              var   done     : boolean); overload; stdcall;

  exports AddCommandLast (const FileName : string;
                          const cmnd     : string;
                          var   done     : boolean) name 'Manager_STRAddCommandLast';




  procedure AddCommandFirst
             (const FileName : array of char;
              const cmnd     : array of char;
              var   done     : boolean); overload; stdcall;

  exports AddCommandFirst (const FileName : array of char;
                           const cmnd     : array of char;
                           var   done     : boolean) name 'Manager_AddCommandFirst';




  procedure AddCommandFirst
             (const FileName : string;
              const cmnd     : string;
              var   done     : boolean); overload; stdcall;

  exports AddCommandFirst (const FileName : string;
                           const cmnd     : string;
                           var   done     : boolean) name 'Manager_STRAddCommandFirst';




  procedure FlushCommands
             (const FileName : array of char); overload; stdcall;

  exports FlushCommands (const FileName : array of char) name 'Manager_FlushCommands';




  procedure FlushCommands
             (const FileName : string); overload; stdcall;

  exports FlushCommands (const FileName : string) name 'Manager_STRFlushCommands';




Send mail to   warren.merrill@inl.gov with questions or comments about this web site.
Copyright © 1989-2006 Battelle Energy Alliance