ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

tncon.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.