home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #1 / Image.iso / cdd / source / vbsource / pprtr / pprtr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-27  |  382 b   |  9 lines

  1. #ifndef __PPRTR_H       /* prevent multiple includes */
  2. #define __PPRTR_H
  3. int FAR PASCAL PPrtr (HWND hwndx, int selection, int NewValue, int action);
  4. int FAR PASCAL Prtrs (LPSTR szActives);
  5. int FAR PASCAL GetPrtr (LPSTR szPrtr);
  6. int FAR PASCAL DefPrtr (LPSTR szNewPrinter, LPSTR szOldPrinter);
  7. int FAR PASCAL GetPort (LPSTR szPort);
  8. int FAR PASCAL PrtrCap (LPINT nDevCap);
  9.