Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygentncon.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 #include "tparams.h" 00004 #include "tnclip.h" 00005 #include "ttelhndl.h" 00006 00007 enum { 00008 SC_UP, 00009 SC_DOWN, 00010 SC_ESC, 00011 SC_MOUSE 00012 }; 00013 00014 enum { 00015 TNNOCON, 00016 TNPROMPT, 00017 TNSCROLLBACK, 00018 TNSPAWN, 00019 TNDONE 00020 }; 00021 00022 int telProcessConsole(NetParams *pParams, KeyTranslator &KeyTrans, 00023 TConsole &Console, TNetwork &Network, TMouse &Mouse, 00024 Tnclip &Clipboard, HANDLE hThread); 00025 WORD scrollkeys (); 00026 00027 // Thomas Briggs 8/17/98 00028 BOOL WINAPI ControlEventHandler(DWORD); 00029 00030 // Bryan Montgomery 10/14/98 00031 void setTNetwork(TNetwork); Generated on Sat May 26 2012 04:16:14 for ReactOS by
1.7.6.1
|