home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v1.zip / DDKX86 / H / VLPT.H < prev    next >
Text File  |  1995-04-14  |  2KB  |  47 lines

  1. /*DDK*************************************************************************/
  2. /*                                                                           */
  3. /* COPYRIGHT (C) Microsoft Corporation, 1989                                 */
  4. /* COPYRIGHT    Copyright (C) 1995 IBM Corporation                           */
  5. /*                                                                           */
  6. /*    The following IBM OS/2 WARP source code is provided to you solely for  */
  7. /*    the purpose of assisting you in your development of OS/2 WARP device   */
  8. /*    drivers. You may use this code in accordance with the IBM License      */
  9. /*    Agreement provided in the IBM Device Driver Source Kit for OS/2. This  */
  10. /*    Copyright statement may not be removed.                                */
  11. /*                                                                           */
  12. /*****************************************************************************/
  13. /*static char *SCCSID = "@(#)vlpt.h    6.1 90/11/16";*/
  14. /*static char *SCCSID = "@(#)vlpt.h    6.1 90/01/24";*/
  15. /***    VLPT.H
  16.  *
  17.  *      SCCSID = @(#)@(#)vlpt.h    6.1 90/01/24
  18.  *
  19.  *      MVDM Virtual Printer Exported Definitions
  20.  ****************************************************************************
  21.  *                                                                          *
  22.  *                                                                          *
  23.  *                                                                          *
  24.  ****************************************************************************
  25.  *
  26.  *      For include file hierarchy, see MVDM.H
  27.  *
  28.  *
  29.  *      MODIFICATION HISTORY
  30.  *
  31.  */
  32.  
  33.  
  34.  
  35. /***    VLPT constants
  36.  */
  37.  
  38.  
  39. /***    VLPT data types
  40.  */
  41.  
  42.  
  43. /***    VLPT function prototypes
  44.  */
  45.  
  46. VOID VDHENTRY VDHPrintClose(HVDM);
  47.