Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/teraterm/teraterm/ttwinman.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, 1 month ago) by maya
Original Path: teraterm/trunk/teraterm/ttwinman.h
File MIME type: text/x-chdr
File size: 930 byte(s)
ファイル移動に伴う修正

1 maya 2476 /* 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     void OpenHelp(HWND HWin, UINT Command, DWORD Data);
17     void OpenHtmlHelp(HWND HWin, char *filename);
18    
19     extern HWND HVTWin;
20     extern HWND HTEKWin;
21     extern int ActiveWin; /* IdVT, IdTEK */
22     extern int TalkStatus; /* IdTalkKeyb, IdTalkCB, IdTalkTextFile */
23     extern BOOL KeybEnabled; /* keyboard switch */
24     extern BOOL Connecting;
25    
26     /* 'help' button on dialog box */
27     extern WORD MsgDlgHelp;
28     extern LONG HelpId;
29    
30     extern TTTSet ts;
31     extern TComVar cv;
32    
33     /* pointers to window objects */
34     extern void* pVTWin;
35     extern void* pTEKWin;
36     /* instance handle */
37     extern HINSTANCE hInst;
38    
39     extern int SerialNo;
40    
41     #ifdef __cplusplus
42     }
43     #endif

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