Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

globals.h

Go to the documentation of this file.
00001 // Copyright (c) 1985 - 1999, Microsoft Corporation 00002 // 00003 // MODULE: Globals.h 00004 // 00005 // PURPOSE: Contains declarations for all globally scoped names in the program. 00006 // 00007 // PLATFORMS: Windows NT-J 3.51 00008 // 00009 // FUNCTIONS: 00010 // 00011 // History: 00012 // 00013 // 27.Jul.1995 v-HirShi (Hirotoshi Shimizu) created 00014 // 00015 // COMMENTS: 00016 // 00017 00018 extern HANDLE LastConsole ; 00019 extern HIMC ghDefaultIMC ; 00020 00021 00022 00023 00024 extern WCHAR szTitle[]; // The title bar text 00025 00026 #ifdef DEBUG_MODE 00027 extern int cxMetrics ; 00028 extern int cyMetrics ; 00029 extern int cxOverTypeCaret ; 00030 extern int xPos ; 00031 extern int xPosLast ; 00032 extern int CaretWidth; // insert/overtype mode caret width 00033 00034 extern WCHAR ConvertLine[CVMAX] ; 00035 extern unsigned char ConvertLineAtr[CVMAX] ; 00036 #endif

Generated on Sat May 15 19:40:13 2004 for test by doxygen 1.3.7