home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 499.lha / InputDeviceToolKit / input.lzh / src / DeviceToolKits / Input / docs / DTInputReset.doc < prev    next >
Encoding:
Text File  |  1991-01-05  |  1.1 KB  |  67 lines

  1.  
  2.                              Input Device ToolKit
  3.  
  4.  
  5.      DTInputReset (1.1)                                  DTInputReset (1.1)
  6.  
  7.  
  8.      NAME
  9.  
  10.                DTInputReset             Reset the Input Device
  11.  
  12.      SYNOPSIS
  13.  
  14.                #include  "DeviceToolKits/Input.h"
  15.                #include  "DeviceToolKits/proto/Input.h"
  16.  
  17.                status = DTInputReset(DTInput);
  18.  
  19.                DTInput_t DTInput;                 Control structure
  20.  
  21.                LONG      status;                  Returned status
  22.  
  23.      FUNCTION
  24.  
  25.                This function resets the Input device.
  26.  
  27.      RETURNS
  28.  
  29.                If 'status' is zero, the device has been reset.  If 'status'
  30.                is greater than zero, the ToolKit has detected an error and
  31.                that error is returned.  If 'status' is less than zero, an
  32.                error was detected by the I/O system and that error is
  33.                returned in the in_error field of the control structure.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                                                                           1
  62.           Printed September 10, 1990                                 Page  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.