Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ttcomtester/teraterm/teraterm/teraprn.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2476 - (hide annotations) (download) (as text)
Mon Apr 14 17:35:50 2008 UTC (16 years ago) by maya
Original Path: teraterm/trunk/teraterm/teraprn.h
File MIME type: text/x-chdr
File size: 680 byte(s)
ファイル移動に伴う修正

1 maya 2476 /* Tera Term
2     Copyright(C) 1994-1998 T. Teranishi
3     All rights reserved. */
4    
5     /* TERATERM.EXE, Printing routines */
6    
7     #ifdef __cplusplus
8     extern "C" {
9     #endif
10    
11     /* prototypes */
12     HDC PrnBox(HWND HWin, PBOOL Sel);
13     BOOL PrnStart(LPSTR DocumentName);
14     void PrnStop();
15    
16     #define IdPrnCancel 0
17     #define IdPrnScreen 1
18     #define IdPrnSelectedText 2
19     #define IdPrnScrollRegion 4
20     #define IdPrnFile 8
21    
22     int VTPrintInit(int PrnFlag);
23     void PrnSetAttr(TCharAttr Attr);
24     void PrnOutText(PCHAR Buff, int Count);
25     void PrnNewLine();
26     void VTPrintEnd();
27    
28     void PrnFileDirectProc();
29     void PrnFileStart();
30     void OpenPrnFile();
31     void ClosePrnFile();
32     void WriteToPrnFile(BYTE b, BOOL Write);
33    
34     #ifdef __cplusplus
35     }
36     #endif
37    

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26