home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / header45.zip / vlpt.h < prev    next >
C/C++ Source or Header  |  1999-03-15  |  1KB  |  57 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. /* NOINC */
  20. #if __IBMC__ || __IBMCPP__
  21.    #pragma info( none )
  22.       #ifndef __CHKHDR__
  23.          #pragma info( none )
  24.       #endif
  25.    #pragma info( restore )
  26. #endif
  27. /* INC */
  28.  
  29. #ifndef __VLPT__
  30. #define __VLPT__
  31.  
  32.  
  33. /***    VLPT constants
  34.  */
  35.  
  36.  
  37. /***    VLPT data types
  38.  */
  39.  
  40.  
  41. /***    VLPT function prototypes
  42.  */
  43. VOID VDHENTRY VDHPrintClose(HVDM);
  44.  
  45. #endif /* __VLPT__ */
  46.  
  47.  
  48. /* NOINC */
  49. #if __IBMC__ || __IBMCPP__
  50.    #pragma info( none )
  51.       #ifndef __CHKHDR__
  52.          #pragma info( restore )
  53.       #endif
  54.    #pragma info( restore )
  55. #endif
  56. /* INC */
  57.