home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / H / VLPT.H < prev    next >
C/C++ Source or Header  |  1995-08-30  |  1KB  |  48 lines

  1. /***    VLPT.H
  2.  *
  3.  *
  4.  *      MVDM Virtual Printer Exported Definitions
  5.  ****************************************************************************
  6.  *                                                                          *
  7.  *                                                                          *
  8.  *                 Copyright (c) IBM Corporation  1993                      *
  9.  *                           All Rights Reserved                            *
  10.  *                                                                          *
  11.  ****************************************************************************
  12.  *
  13.  *      For include file hierarchy, see MVDM.H
  14.  *
  15.  *
  16.  *
  17.  */
  18.  
  19. #pragma info( none )
  20.    #ifndef __CHKHDR__
  21.       #pragma info( none )
  22.    #endif
  23. #pragma info( restore )
  24.  
  25. #ifndef __VLPT__
  26. #define __VLPT__
  27.  
  28.  
  29. /***    VLPT constants
  30.  */
  31.  
  32.  
  33. /***    VLPT data types
  34.  */
  35.  
  36.  
  37. /***    VLPT function prototypes
  38.  */
  39. VOID VDHENTRY VDHPrintClose(HVDM);
  40.  
  41. #endif /* __VLPT__ */
  42.  
  43. #pragma info( none )
  44.    #ifndef __CHKHDR__
  45.       #pragma info( restore )
  46.    #endif
  47. #pragma info( restore )
  48.