[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  EXITTELIX

  .  Summary

  exittelix(int <returncode>, int <hangup>);

  .  Description

  The exittelix function closes any currently open log file, and exits
  Telix to DOS, as if the user had pressed Alt-X while in terminal
  mode. The <returncode> argument is the value that should be returned
  to DOS. This value can be read by whatever called Telix (e.g., a
  batch file using the errorlevel command). The <hangup> option af-
  fects what happens if Telix is online. If it is set to non-zero
  (TRUE), Telix will hang-up before returning to DOS, otherwise the
  connection will not be disturbed.

  .  Return Value

  Since this functions causes Telix to terminate, there is never any
  return from it.

  .  Example

  exittelix(0, 1);
  exittelix(100, 0);

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson