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 / DTInputFree.doc < prev    next >
Text File  |  1991-01-05  |  859b  |  67 lines

  1.                              Input Device ToolKit
  2.  
  3.  
  4.      DTInputFree (1.1)                                    DTInputFree (1.1)
  5.  
  6.  
  7.      NAME
  8.  
  9.                DTInputFree              Free an Input Control Structure
  10.                                         Resources
  11.  
  12.      SYNOPSIS
  13.  
  14.                #include  "DeviceToolKits/Input.h"
  15.                #include  "DeviceToolKits/proto/Input.h"
  16.  
  17.                (void) DTInputFree(DTInput);
  18.  
  19.                DTInput_t DTInput;                 Control structure
  20.  
  21.      FUNCTION
  22.  
  23.                This macro frees the resources allocated by DTInputCreate...
  24.                and sets DTInput to NULL.
  25.  
  26.      RETURNS
  27.  
  28.                None.
  29.  
  30.  
  31.  
  32.  
  33.  
  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.                                                                           1          Printed September 10, 1990                                 Page  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.