home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / p_print / pprtr.h < prev    next >
Text File  |  1993-10-27  |  382b  |  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.