ReactOS
0.4.16-dev-1020-gf135cab
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
tncon.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
tparams.h
"
4
//#include "tnclip.h"
5
//#include "ttelhndl.h"
6
7
enum
{
8
SC_UP
,
9
SC_DOWN
,
10
SC_ESC
,
11
SC_MOUSE
12
};
13
14
enum
{
15
TNNOCON
,
16
TNPROMPT
,
17
TNSCROLLBACK
,
18
TNSPAWN
,
19
TNDONE
20
};
21
22
int
telProcessConsole
(
NetParams
*pParams,
KeyTranslator
&KeyTrans,
23
TConsole
&
Console
,
TNetwork
&
Network
,
TMouse
&
Mouse
,
24
Tnclip
&Clipboard,
HANDLE
hThread
);
25
WORD
scrollkeys
();
26
27
// Thomas Briggs 8/17/98
28
BOOL
WINAPI
ControlEventHandler
(
DWORD
);
29
30
// Bryan Montgomery 10/14/98
31
void
setTNetwork
(
TNetwork
);
Console
CConsole Console
Definition:
RegistryExplorer.cpp:54
KeyTranslator
Definition:
keytrans.h:51
TConsole
Definition:
tconsole.h:60
TMouse
Definition:
tmouse.h:6
TNetwork
Definition:
tnetwork.h:12
Tnclip
Definition:
tnclip.h:6
Network
@ Network
Definition:
devicetopology.idl:192
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
DWORD
unsigned long DWORD
Definition:
ntddk_ex.h:95
WORD
unsigned short WORD
Definition:
ntddk_ex.h:93
Mouse
@ Mouse
Definition:
i8042prt.h:116
void
Definition:
nsiface.idl:2307
hThread
HANDLE hThread
Definition:
wizard.c:28
NetParams
Definition:
tparams.h:5
telProcessConsole
int telProcessConsole(NetParams *pParams, KeyTranslator &KeyTrans, TConsole &Console, TNetwork &Network, TMouse &Mouse, Tnclip &Clipboard, HANDLE hThread)
Definition:
tncon.cpp:199
SC_DOWN
@ SC_DOWN
Definition:
tncon.h:9
SC_UP
@ SC_UP
Definition:
tncon.h:8
SC_ESC
@ SC_ESC
Definition:
tncon.h:10
SC_MOUSE
@ SC_MOUSE
Definition:
tncon.h:11
setTNetwork
void setTNetwork(TNetwork)
Definition:
tncon.cpp:352
ControlEventHandler
BOOL WINAPI ControlEventHandler(DWORD)
Definition:
tncon.cpp:357
scrollkeys
WORD scrollkeys()
Definition:
tncon.cpp:320
TNNOCON
@ TNNOCON
Definition:
tncon.h:15
TNSCROLLBACK
@ TNSCROLLBACK
Definition:
tncon.h:17
TNPROMPT
@ TNPROMPT
Definition:
tncon.h:16
TNDONE
@ TNDONE
Definition:
tncon.h:19
TNSPAWN
@ TNSPAWN
Definition:
tncon.h:18
tparams.h
WINAPI
#define WINAPI
Definition:
msvc.h:6
base
applications
network
telnet
src
tncon.h
Generated on Mon Apr 21 2025 06:02:35 for ReactOS by
1.9.6