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

globals.h File Reference

Go to the source code of this file.

Variables

CONSOLE_REGISTRY_INFO DefaultRegInfo
PFONT_INFO FontInfo
UINT OEMCP
UINT WINDOWSCP
HANDLE ghInstance
HICON ghDefaultIcon
HICON ghDefaultSmIcon
HCURSOR ghNormalCursor
CRITICAL_SECTION ConsoleHandleLock
int DialogBoxCount
LPTHREAD_START_ROUTINE CtrlRoutine
LPTHREAD_START_ROUTINE ConsoleIMERoutine
BOOL FullScreenInitialized
CRITICAL_SECTION ConsoleVDMCriticalSection
PCONSOLE_INFORMATION ConsoleVDMOnSwitching
DWORD InputThreadTlsIndex
int MinimumWidthX
SHORT VerticalScrollSize
SHORT HorizontalScrollSize
SHORT VerticalClientToWindow
SHORT HorizontalClientToWindow
BOOL fOneTimeInitialized
UINT ConsoleOutputCP
UINT ProgmanHandleMessage
DWORD gExtendedEditKey
BOOL gfTrimLeadingZeros
BOOL gfLoadConIme
ULONG NumberOfFonts
CRITICAL_SECTION gInputThreadMsgLock


Variable Documentation

CRITICAL_SECTION ConsoleHandleLock
 

Definition at line 31 of file ntcon/server/globals.h.

Referenced by InitializeConsoleHandleTable().

LPTHREAD_START_ROUTINE ConsoleIMERoutine
 

Definition at line 36 of file ntcon/server/globals.h.

Referenced by ConDllInitialize(), and ConsoleClientConnectRoutine().

UINT ConsoleOutputCP
 

Definition at line 51 of file ntcon/server/globals.h.

Referenced by AllocateConsole(), and ConServerDllInitialization().

CRITICAL_SECTION ConsoleVDMCriticalSection
 

Definition at line 40 of file ntcon/server/globals.h.

Referenced by ApiPreamble(), ConServerDllInitialization(), DisplayModeTransition(), and UnlockConsole().

PCONSOLE_INFORMATION ConsoleVDMOnSwitching
 

Definition at line 41 of file ntcon/server/globals.h.

Referenced by ApiPreamble(), ConServerDllInitialization(), DisplayModeTransition(), and UnlockConsole().

LPTHREAD_START_ROUTINE CtrlRoutine
 

Definition at line 33 of file ntcon/server/globals.h.

Referenced by AllocConsole(), AllocConsoleInternal(), ConDllInitialize(), ConsoleClientConnectRoutine(), CreateCtrlThread(), NonConsoleProcessShutdown(), ProcessCtrlEvents(), and RemoveConsole().

CONSOLE_REGISTRY_INFO DefaultRegInfo
 

Definition at line 22 of file ntcon/server/globals.h.

Referenced by GetRegistryValues(), InitializeConsoleAttributes(), InitializeScrollBuffer(), InitWindowClass(), InitWindowsStuff(), and LoadLinkInfo().

int DialogBoxCount
 

Definition at line 32 of file ntcon/server/globals.h.

Referenced by CreateCtrlThread(), HandleKeyEvent(), and ProcessCreateConsoleWindow().

BOOL fOneTimeInitialized
 

Definition at line 50 of file ntcon/server/globals.h.

Referenced by ConsoleInputThread(), and InitWindowsStuff().

PFONT_INFO FontInfo
 

Definition at line 23 of file ntcon/server/globals.h.

Referenced by CreateScreenBuffer(), df(), DoCreateScreenBuffer(), EnumerateFonts(), FindCreateFont(), FontEnum(), GetAvailableFonts(), GetFontSize(), PropertiesDlgShow(), SetFont(), SetRAMFont(), SetRAMFontCodePage(), and SetScreenBufferFont().

BOOL FullScreenInitialized
 

Definition at line 39 of file ntcon/server/globals.h.

Referenced by DisplayModeTransition(), DoCreateScreenBuffer(), HandleSysKeyEvent(), InitWindowsStuff(), PropertiesUpdate(), SrvRegisterConsoleVDM(), SrvSetConsoleDisplayMode(), and UnregisterVDM().

DWORD gExtendedEditKey
 

Definition at line 54 of file ntcon/server/globals.h.

Referenced by GetRegistryValues(), IsCommandLineEditingKey(), IsCommandLinePopupKey(), IsPauseKey(), ParseEditKeyInfo(), and ProcessCookedReadInput().

BOOL gfLoadConIme
 

Definition at line 57 of file ntcon/server/globals.h.

Referenced by GetRegistryValues().

BOOL gfTrimLeadingZeros
 

Definition at line 55 of file ntcon/server/globals.h.

Referenced by GetRegistryValues(), and HandleMouseEvent().

HICON ghDefaultIcon
 

Definition at line 28 of file ntcon/server/globals.h.

Referenced by ConsoleWindowProc(), CreateWindowsWindow(), DestroyWindowsWindow(), InitWindowClass(), LoadLinkInfo(), and SrvSetConsoleIcon().

HICON ghDefaultSmIcon
 

Definition at line 29 of file ntcon/server/globals.h.

Referenced by ConsoleWindowProc(), CreateWindowsWindow(), DestroyWindowsWindow(), InitWindowClass(), LoadLinkInfo(), and SrvSetConsoleIcon().

HANDLE ghInstance
 

Definition at line 27 of file ntcon/server/globals.h.

Referenced by CommandNumberPopup(), ConServerDllInitialization(), CopyFromCharPopup(), CopyToCharPopup(), CreateWindowsWindow(), DoFind(), HandleSysKeyEvent(), InitSystemMenu(), InitWindowClass(), MyModifyMenuItem(), ProcessCreateConsoleWindow(), SetUpConsoleInfo(), and SetWinText().

HCURSOR ghNormalCursor
 

Definition at line 30 of file ntcon/server/globals.h.

Referenced by CreateScreenBuffer(), InitWindowClass(), and SrvSetConsoleCursor().

CRITICAL_SECTION gInputThreadMsgLock
 

Definition at line 62 of file ntcon/server/globals.h.

Referenced by ConServerDllInitialization(), InitializeThreadMessages(), QueueThreadMessage(), and UnqueueThreadMessage().

SHORT HorizontalClientToWindow
 

Definition at line 49 of file ntcon/server/globals.h.

Referenced by AllocateConsole(), ConsoleWindowProc(), CreateWindowsWindow(), GetWindowLimits(), InitializeSystemMetrics(), InternalSetWindowSize(), and ProcessResizeWindow().

SHORT HorizontalScrollSize
 

Definition at line 47 of file ntcon/server/globals.h.

Referenced by CalculateNewSize(), ConsoleWindowProc(), CreateWindowsWindow(), InitializeSystemMetrics(), InternalSetWindowSize(), and ProcessResizeWindow().

DWORD InputThreadTlsIndex
 

Definition at line 43 of file ntcon/server/globals.h.

Referenced by ConServerDllInitialization(), ConsoleInputThread(), DialogHookProc(), and ProcessCreateConsoleWindow().

int MinimumWidthX
 

Definition at line 45 of file ntcon/server/globals.h.

Referenced by GetWindowLimits(), and InitializeScreenInfo().

ULONG NumberOfFonts
 

Definition at line 60 of file ntcon/server/globals.h.

Referenced by CreateScreenBuffer(), df(), EnumerateFonts(), FindCreateFont(), FontEnum(), GetAvailableFonts(), GetFontSize(), GetNumFonts(), and PropertiesDlgShow().

UINT OEMCP
 

Definition at line 25 of file ntcon/server/globals.h.

Referenced by AllocateConsole(), CharToWchar(), CharToWcharGlyph(), ConServerDllInitialization(), ConvertInputToUnicode(), ConvertOutputToOem(), ConvertOutputToUnicode(), ConvertToOem(), FalseUnicodeToRealUnicode(), GetRegistryValues(), InitializeConsoleAttributes(), LoadLinkInfo(), RealUnicodeToFalseUnicode(), SetRAMFontCodePage(), SrvGetConsoleTitle(), SrvSetConsoleCP(), SrvSetConsoleTitle(), WcharToChar(), and WWSB_DoSrvWriteConsole().

UINT ProgmanHandleMessage
 

Definition at line 52 of file ntcon/server/globals.h.

Referenced by ConsoleInputThread(), ConsoleWindowProc(), and CreateWindowsWindow().

SHORT VerticalClientToWindow
 

Definition at line 48 of file ntcon/server/globals.h.

Referenced by AllocateConsole(), ConsoleWindowProc(), CreateWindowsWindow(), GetWindowLimits(), InitializeSystemMetrics(), InternalSetWindowSize(), and ProcessResizeWindow().

SHORT VerticalScrollSize
 

Definition at line 46 of file ntcon/server/globals.h.

Referenced by CalculateNewSize(), ConsoleWindowProc(), CreateWindowsWindow(), InitializeSystemMetrics(), InternalSetWindowSize(), and ProcessResizeWindow().

UINT WINDOWSCP
 

Definition at line 26 of file ntcon/server/globals.h.

Referenced by ConServerDllInitialization(), FalseUnicodeToRealUnicode(), ReadOutputString(), RealUnicodeToFalseUnicode(), SB_TranslateOutputToOem(), SB_TranslateOutputToUnicode(), SrvInvalidateBitMapRect(), WWSB_DoSrvWriteConsole(), WWSB_FillOutput(), and WWSB_WriteOutputString().


Generated on Sat May 15 19:43:54 2004 for test by doxygen 1.3.7