home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / libraries / input_446 / src / devicetoolkits / input / docs / dtinputremhandler.doc < prev    next >
Text File  |  1991-01-05  |  1KB  |  67 lines

  1.                              Input Device ToolKit
  2.  
  3.  
  4.      DTInputRemHandler (1.1)                        DTInputRemHandler (1.1)
  5.  
  6.  
  7.      NAME
  8.  
  9.                DTInputRemHandler        Remove an Event Handler for the
  10.                                         Input Device
  11.  
  12.      SYNOPSIS
  13.  
  14.                #include  "DeviceToolKits/Input.h"
  15.                #include  "DeviceToolKits/proto/Input.h"
  16.  
  17.                status = DTInputRemHandler(DTInput,handler);
  18.  
  19.                DTInput_t           DTInput;       Control structure
  20.                struct    Interrupt *handler;      Interrupt handler
  21.  
  22.                LONG                status;        Returned status
  23.  
  24.      FUNCTION
  25.  
  26.                This function removes an Event Handler for the Input device.
  27.  
  28.      RETURNS
  29.  
  30.                If 'status' is zero, the handler has been removed.  If
  31.                'status' is greater than zero, the ToolKit has detected an
  32.                error and that error is returned.  If 'status' is less than
  33.                zero, an error was detected by the I/O system and that error
  34.                is returned in the in_error field of the control structure.
  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.                                                                           1          Printed September 10, 1990                                 Page  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.