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 / DTInputStart.doc < prev    next >
Encoding:
Text File  |  1991-01-05  |  1.1 KB  |  67 lines

  1.  
  2.                              Input Device ToolKit
  3.  
  4.  
  5.      DTInputStart (1.1)                                  DTInputStart (1.1)
  6.  
  7.  
  8.      NAME
  9.  
  10.                DTInputStart             Start the Input Device
  11.  
  12.      SYNOPSIS
  13.  
  14.                #include  "DeviceToolKits/Input.h"
  15.                #include  "DeviceToolKits/proto/Input.h"
  16.  
  17.                status = DTInputStart(DTInput);
  18.  
  19.                DTInput_t DTInput;                 Control structure
  20.  
  21.                LONG      status;                  Returned status
  22.  
  23.      FUNCTION
  24.  
  25.                This function starts the Input device.
  26.  
  27.      RETURNS
  28.  
  29.                If 'status' is zero, the device has been started.  If
  30.                'status' is greater than zero, the ToolKit has detected an
  31.                error and that error is returned.  If 'status' is less than
  32.                zero, an error was detected by the I/O system and that error
  33.                is 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.