home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v5.zip / DDKX86 / SRC / PARALLEL / PORT.H < prev   
Text File  |  1995-04-14  |  2KB  |  51 lines

  1. /*DDK*************************************************************************/
  2. /*                                                                           */
  3. /* COPYRIGHT    Copyright (C) 1995 IBM Corporation                           */
  4. /*                                                                           */
  5. /*    The following IBM OS/2 WARP source code is provided to you solely for  */
  6. /*    the purpose of assisting you in your development of OS/2 WARP device   */
  7. /*    drivers. You may use this code in accordance with the IBM License      */
  8. /*    Agreement provided in the IBM Device Driver Source Kit for OS/2. This  */
  9. /*    Copyright statement may not be removed.                                */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12. /**************************************************************************
  13.  *
  14.  * SOURCE FILE NAME = PORT.H
  15.  *
  16.  * DESCRIPTIVE NAME =
  17.  *
  18.  *
  19.  * VERSION = V2.0
  20.  *
  21.  * DATE
  22.  *
  23.  * DESCRIPTION
  24.  *
  25.  *
  26.  * FUNCTIONS
  27.  *
  28.  * ENTRY POINTS:
  29.  *
  30.  * DEPENDENCIES:
  31.  *
  32.  * NOTES
  33.  *
  34.  *
  35.  * STRUCTURES
  36.  *
  37.  * EXTERNAL REFERENCES
  38.  *
  39.  * EXTERNAL FUNCTIONS
  40.  *
  41. */
  42.  
  43. APIRET APIENTRY SplPdEnumPort (HAB, PVOID, ULONG, PULONG, PULONG, PULONG);
  44. APIRET APIENTRY SplPdInitPort (HFILE, PSZ);
  45. APIRET APIENTRY SplPdInstallPort (HAB, PSZ);
  46. BOOL   APIENTRY SplPdGetPortIcon (HAB, PULONG);
  47. APIRET APIENTRY SplPdQueryPort (HAB, PSZ, PVOID, ULONG, PULONG);
  48. APIRET APIENTRY SplPdSetPort (HAB, PSZ, PULONG);
  49. APIRET APIENTRY SplPdRemovePort (HAB, PSZ);
  50. APIRET APIENTRY SplPdTermPort (HFILE, PSZ);
  51.