home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / FONTEST / PRINT.H_ / PRINT.H
Encoding:
Text File  |  1993-02-08  |  224 b   |  8 lines

  1. /*---------------------------- printing stuff -------------------------------*/
  2.  
  3. BOOL    PASCAL InitPrinting(HDC hDC, HWND hWnd, LPSTR msg);
  4. void    PASCAL TermPrinting(HDC hDC, HWND hWnd);
  5.  
  6. HDC    PASCAL GetPrinterDC(void);
  7.  
  8.