home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 499.lha / GamePortDeviceToolKit / gameport.lzh / src / DeviceToolKits / GamePort / docs / DTGamePortOpen.doc < prev    next >
Text File  |  1991-01-03  |  1KB  |  67 lines

  1.                                GamePort Device ToolKit
  2.  
  3.  
  4.      DTGamePortOpen (1.1)                              DTGamePortOpen (1.1)
  5.  
  6.  
  7.      NAME
  8.  
  9.                DTGamePortOpen           Open the GamePort Device Shared
  10.                                         Library
  11.  
  12.      SYNOPSIS
  13.  
  14.                #include  "DeviceToolKits/GamePort.h"
  15.                #include  "DeviceToolKits/proto/GamePort.h"
  16.                #include  "DeviceToolKits/GamePortBase.h"
  17.  
  18.                (void) DTGamePortOpen(version);
  19.  
  20.                ULONG     version;                 Library version number
  21.  
  22.      FUNCTION
  23.  
  24.                This function opens the GamePort Device ToolKit Shared
  25.                Library.
  26.  
  27.      RETURNS
  28.  
  29.                This function brings up a recoverable alert if the library
  30.                cannot be found.  When the alert is acknowledged, the
  31.                program exits.
  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 23, 1990                                 Page  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.