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
tscript.h
Go to the documentation of this file.
1
#pragma once
2
3
//#include <windows.h>
4
//#include <stdio.h>
5
6
#include "
tnetwork.h
"
7
8
class
TScript
{
9
public
:
10
TScript
(
TNetwork
&RefNetwork):
Network
(RefNetwork) {
fp
=
NULL
;}
11
~TScript
() {}
12
BOOL
processScript
(
char
*
data
);
13
void
initScript
(
char
*
filename
);
14
private
:
15
FILE
*
fp
;
16
char
*
script
;
17
TNetwork
&
Network
;
18
};
TNetwork
Definition:
tnetwork.h:12
TScript
Definition:
tscript.h:8
TScript::initScript
void initScript(char *filename)
Definition:
tscript.cpp:61
TScript::fp
FILE * fp
Definition:
tscript.h:15
TScript::~TScript
~TScript()
Definition:
tscript.h:11
TScript::TScript
TScript(TNetwork &RefNetwork)
Definition:
tscript.h:10
TScript::Network
TNetwork & Network
Definition:
tscript.h:17
TScript::processScript
BOOL processScript(char *data)
Definition:
tscript.cpp:37
TScript::script
char * script
Definition:
tscript.h:16
NULL
#define NULL
Definition:
types.h:112
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
data
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
Definition:
gl.h:1950
filename
const char * filename
Definition:
ioapi.h:137
_iobuf
Definition:
mbstring.h:19
tnetwork.h
base
applications
network
telnet
src
tscript.h
Generated on Tue Jan 7 2025 06:06:59 for ReactOS by
1.9.6