ReactOS
0.4.16-dev-297-gc569aee
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
resource.h
Go to the documentation of this file.
1
#pragma once
2
3
#define IDS_HEADER 100
4
#define IDS_HOSTNAME 101
5
#define IDS_PRIMARYDNSSUFFIX 102
6
#define IDS_NODETYPEBCAST 103
7
#define IDS_NODETYPEP2P 104
8
#define IDS_NODETYPEMIXED 105
9
#define IDS_NODETYPEHYBRID 106
10
#define IDS_NODETYPEUNKNOWN 107
11
#define IDS_IPROUTINGNO 108
12
#define IDS_IPROUTINGYES 109
13
#define IDS_WINSPROXYNO 110
14
#define IDS_WINSPROXYYES 111
15
#define IDS_DNSSUFFIXLIST 112
16
#define IDS_EMPTYLINE 113
17
#define IDS_UNKNOWNADAPTER 114
18
#define IDS_MEDIADISCONNECTED 115
19
#define IDS_CONNECTIONDNSSUFFIX 116
20
#define IDS_DESCRIPTION 117
21
#define IDS_PHYSICALADDRESS 118
22
#define IDS_DHCPNO 119
23
#define IDS_DHCPYES 120
24
#define IDS_AUTOCONFIGNO 121
25
#define IDS_AUTOCONFIGYES 122
26
#define IDS_IPADDRESS 123
27
#define IDS_SUBNETMASK 124
28
#define IDS_DEFAULTGATEWAY 125
29
#define IDS_DHCPSERVER 126
30
#define IDS_DNSSERVERS 127
31
#define IDS_PRIMARYWINSSERVER 128
32
#define IDS_SECONDARYWINSSERVER 129
33
#define IDS_LEASEOBTAINED 130
34
#define IDS_LEASEEXPIRES 131
35
36
37
/* adapter types */
38
#define IDS_OTHER 146
39
#define IDS_ETH 147
40
#define IDS_TOKEN 148
41
#define IDS_FDDI 149
42
#define IDS_PPP 150
43
#define IDS_LOOP 151
44
#define IDS_SLIP 152
45
#define IDS_WIFI 153
46
47
#define IDS_DNSNAME 160
48
#define IDS_DNSLINE 161
49
#define IDS_DNSRECORDNAME 162
50
#define IDS_DNSRECORDTYPE 163
51
#define IDS_DNSRECORDTTL 164
52
#define IDS_DNSRECORDLENGTH 165
53
#define IDS_DNSSECTIONQUESTION 166
54
#define IDS_DNSSECTIONANSWER 167
55
#define IDS_DNSSECTIONAUTHORITY 168
56
#define IDS_DNSSECTIONADDITIONAL 169
57
#define IDS_DNSTYPEA 170
58
#define IDS_DNSTYPENS 171
59
#define IDS_DNSTYPECNAME 172
60
#define IDS_DNSTYPESOA1 173
61
#define IDS_DNSTYPESOA2 174
62
#define IDS_DNSTYPEPTR 175
63
#define IDS_DNSTYPEMX 176
64
#define IDS_DNSTYPEAAAA 177
65
#define IDS_DNSTYPEATMA 178
66
#define IDS_DNSTYPESRV 179
67
68
#define IDS_USAGE 180
69
70
#define IDS_DNSNORECORD 200
71
#define IDS_DNSNONAME 201
72
#define IDS_DNSFLUSHERROR 202
73
#define IDS_DNSFLUSHSUCCESS 203
74
#define IDS_DHCPNOTCONNECTED 204
75
#define IDS_DHCPNOTENABLED 205
76
#define IDS_DHCPNOADAPTER 206
77
#define IDS_DHCPRELEASED 207
78
#define IDS_DHCPRELEASEERROR 208
79
#define IDS_DHCPRENEWERROR 209
base
applications
network
ipconfig
resource.h
Generated on Tue Nov 26 2024 06:15:18 for ReactOS by
1.9.6