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
epm_towers.h
Go to the documentation of this file.
1
/*
2
* Endpoint Mapper Tower Definitions
3
*
4
* Copyright 2006 Robert Shearman (for CodeWeavers)
5
*
6
* This library is free software; you can redistribute it and/or
7
* modify it under the terms of the GNU Lesser General Public
8
* License as published by the Free Software Foundation; either
9
* version 2.1 of the License, or (at your option) any later version.
10
*
11
* This library is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
* Lesser General Public License for more details.
15
*
16
* You should have received a copy of the GNU Lesser General Public
17
* License along with this library; if not, write to the Free Software
18
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19
*
20
*/
21
22
#pragma once
23
24
#include <epm_c.h>
25
26
#define EPM_PROTOCOL_DNET_NSP 0x04
27
#define EPM_PROTOCOL_OSI_TP4 0x05
28
#define EPM_PROTOCOL_OSI_CLNS 0x06
29
#define EPM_PROTOCOL_TCP 0x07
30
#define EPM_PROTOCOL_UDP 0x08
31
#define EPM_PROTOCOL_IP 0x09
32
#define EPM_PROTOCOL_NCADG 0x0a
/* Connectionless RPC */
33
#define EPM_PROTOCOL_NCACN 0x0b
34
#define EPM_PROTOCOL_NCALRPC 0x0c
/* Local RPC */
35
#define EPM_PROTOCOL_UUID 0x0d
36
#define EPM_PROTOCOL_IPX 0x0e
37
#define EPM_PROTOCOL_SMB 0x0f
38
#define EPM_PROTOCOL_PIPE 0x10
39
#define EPM_PROTOCOL_NETBIOS 0x11
40
#define EPM_PROTOCOL_NETBEUI 0x12
41
#define EPM_PROTOCOL_SPX 0x13
42
#define EPM_PROTOCOL_NB_IPX 0x14
/* NetBIOS over IPX */
43
#define EPM_PROTOCOL_DSP 0x16
/* AppleTalk Data Stream Protocol */
44
#define EPM_PROTOCOL_DDP 0x17
/* AppleTalk Data Datagram Protocol */
45
#define EPM_PROTOCOL_APPLETALK 0x18
/* AppleTalk */
46
#define EPM_PROTOCOL_VINES_SPP 0x1a
47
#define EPM_PROTOCOL_VINES_IPC 0x1b
/* Inter Process Communication */
48
#define EPM_PROTOCOL_STREETTALK 0x1c
/* Vines Streettalk */
49
#define EPM_PROTOCOL_HTTP 0x1f
50
#define EPM_PROTOCOL_UNIX_DS 0x20
/* Unix domain socket */
51
#define EPM_PROTOCOL_NULL 0x21
52
53
#include <pshpack1.h>
54
55
typedef
struct
56
{
57
u_int16
count_lhs
;
58
u_int8
protid
;
59
GUID
uuid
;
60
u_int16
major_version
;
61
u_int16
count_rhs
;
62
u_int16
minor_version
;
63
}
twr_uuid_floor_t
;
64
65
typedef
struct
66
{
67
u_int16
count_lhs
;
68
u_int8
protid
;
69
u_int16
count_rhs
;
70
u_int16
port
;
71
}
twr_tcp_floor_t
;
72
73
typedef
struct
74
{
75
u_int16
count_lhs
;
76
u_int8
protid
;
77
u_int16
count_rhs
;
78
u_int32
ipv4addr
;
79
}
twr_ipv4_floor_t
;
80
81
typedef
struct
82
{
83
u_int16
count_lhs
;
84
u_int8
protid
;
85
u_int16
count_rhs
;
86
}
twr_empty_floor_t
;
87
88
#include <poppack.h>
u_int32
u_int32_t u_int32
Definition:
auth.h:178
u_int8
unsigned small u_int8
Definition:
dcetypes.idl:34
u_int16
unsigned short u_int16
Definition:
dcetypes.idl:33
GUID
Definition:
shobjidl.idl:2988
twr_empty_floor_t
Definition:
epm_towers.h:82
twr_empty_floor_t::count_lhs
u_int16 count_lhs
Definition:
epm_towers.h:83
twr_empty_floor_t::protid
u_int8 protid
Definition:
epm_towers.h:84
twr_empty_floor_t::count_rhs
u_int16 count_rhs
Definition:
epm_towers.h:85
twr_ipv4_floor_t
Definition:
epm_towers.h:74
twr_ipv4_floor_t::count_lhs
u_int16 count_lhs
Definition:
epm_towers.h:75
twr_ipv4_floor_t::count_rhs
u_int16 count_rhs
Definition:
epm_towers.h:77
twr_ipv4_floor_t::ipv4addr
u_int32 ipv4addr
Definition:
epm_towers.h:78
twr_ipv4_floor_t::protid
u_int8 protid
Definition:
epm_towers.h:76
twr_tcp_floor_t
Definition:
epm_towers.h:66
twr_tcp_floor_t::protid
u_int8 protid
Definition:
epm_towers.h:68
twr_tcp_floor_t::count_lhs
u_int16 count_lhs
Definition:
epm_towers.h:67
twr_tcp_floor_t::port
u_int16 port
Definition:
epm_towers.h:70
twr_tcp_floor_t::count_rhs
u_int16 count_rhs
Definition:
epm_towers.h:69
twr_uuid_floor_t
Definition:
epm_towers.h:56
twr_uuid_floor_t::minor_version
u_int16 minor_version
Definition:
epm_towers.h:62
twr_uuid_floor_t::count_lhs
u_int16 count_lhs
Definition:
epm_towers.h:57
twr_uuid_floor_t::count_rhs
u_int16 count_rhs
Definition:
epm_towers.h:61
twr_uuid_floor_t::major_version
u_int16 major_version
Definition:
epm_towers.h:60
twr_uuid_floor_t::uuid
GUID uuid
Definition:
epm_towers.h:59
twr_uuid_floor_t::protid
u_int8 protid
Definition:
epm_towers.h:58
dll
win32
rpcrt4
epm_towers.h
Generated on Tue Nov 26 2024 06:04:39 for ReactOS by
1.9.6