ReactOS
0.4.16-dev-433-g6363f78
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
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
_
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
tparams.h
Go to the documentation of this file.
1
#pragma once
2
3
//#include "ttelhndl.h"
4
5
typedef
struct
{
6
HANDLE
hExit
;
7
HANDLE
hPause
, hUnPause;
8
volatile
int
*
bNetPaused
;
9
volatile
int
*
bNetFinished
;
10
volatile
int
*
bNetFinish
;
11
}
NetParams
;
12
13
// We could make TelHandler a pointer rather than a reference, but making it
14
// a reference forces us to initialize it when it is created, thus avoiding
15
// a possible segfault (Paul Brannan 6/15/98)
16
class
TelThreadParams
{
17
public
:
18
TelThreadParams
(
TTelnetHandler
&RefTelHandler):
TelHandler
(RefTelHandler) {}
19
NetParams
p
;
20
TTelnetHandler
&
TelHandler
;
21
};
TTelnetHandler
Definition:
ttelhndl.h:8
TelThreadParams
Definition:
tparams.h:16
TelThreadParams::TelThreadParams
TelThreadParams(TTelnetHandler &RefTelHandler)
Definition:
tparams.h:18
TelThreadParams::TelHandler
TTelnetHandler & TelHandler
Definition:
tparams.h:20
TelThreadParams::p
NetParams p
Definition:
tparams.h:19
void
Definition:
nsiface.idl:2307
NetParams
Definition:
tparams.h:5
NetParams::bNetPaused
volatile int * bNetPaused
Definition:
tparams.h:8
NetParams::hExit
HANDLE hExit
Definition:
tparams.h:6
NetParams::bNetFinish
volatile int * bNetFinish
Definition:
tparams.h:10
NetParams::hPause
HANDLE hPause
Definition:
tparams.h:7
NetParams::bNetFinished
volatile int * bNetFinished
Definition:
tparams.h:9
base
applications
network
telnet
src
tparams.h
Generated on Tue Jan 7 2025 06:06:59 for ReactOS by
1.9.6