Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5308 - (hide annotations) (download) (as text)
Sun Jun 9 14:19:15 2013 UTC (10 years, 10 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttwinman.h
File MIME type: text/x-chdr
File size: 873 byte(s)
マクロのエラーダイアログからヘルプの「エラーメッセージ一覧」を開けるようにした
  OpenHelp を ttpcmn.dll に移動
1 maya 3227 /* Tera Term
2     Copyright(C) 1994-1998 T. Teranishi
3     All rights reserved. */
4    
5     /* TERATERM.EXE, variables, flags related to VT win and TEK win */
6     #ifdef __cplusplus
7     extern "C" {
8     #endif
9    
10     /* prototypes */
11     void VTActivate();
12     void ConvertToCP932(char *str, int len);
13     void ChangeTitle();
14     void SwitchMenu();
15     void SwitchTitleBar();
16    
17     extern HWND HVTWin;
18     extern HWND HTEKWin;
19     extern int ActiveWin; /* IdVT, IdTEK */
20     extern int TalkStatus; /* IdTalkKeyb, IdTalkCB, IdTalkTextFile */
21     extern BOOL KeybEnabled; /* keyboard switch */
22     extern BOOL Connecting;
23    
24     /* 'help' button on dialog box */
25     extern WORD MsgDlgHelp;
26     extern LONG HelpId;
27    
28     extern TTTSet ts;
29     extern TComVar cv;
30    
31     /* pointers to window objects */
32     extern void* pVTWin;
33     extern void* pTEKWin;
34     /* instance handle */
35     extern HINSTANCE hInst;
36    
37     extern int SerialNo;
38    
39     #ifdef __cplusplus
40     }
41     #endif

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