ReactOS 0.4.15-dev-7934-g1dc8d80
dcetypes.idl
Go to the documentation of this file.
1/*
2 * Common DCE Types
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/* pull in GUID type */
22import "wtypes.idl";
23
24typedef unsigned small unsigned8;
25typedef unsigned short unsigned16;
26typedef unsigned long unsigned32;
27typedef small signed8;
28typedef short signed16;
29typedef long signed32;
31//typedef unsigned hyper u_int64;
32typedef unsigned long u_int32;
33typedef unsigned short u_int16;
34typedef unsigned small u_int8;
35
36typedef [ptr] GUID *uuid_p_t;
37
38typedef struct twr_t
39{
41 [size_is(tower_length)] byte tower_octet_string[];
43typedef [ptr] twr_t *twr_p_t;
44
45typedef struct ndr_context_handle
46{
50
51const long ndr_c_int_big_endian = 0;
53const long ndr_c_float_ieee = 0;
54const long ndr_c_float_vax = 1;
55const long ndr_c_float_cray = 2;
56const long ndr_c_float_ibm = 3;
57const long ndr_c_char_ascii = 0;
58const long ndr_c_char_ebcdic = 1;
59
60typedef struct
61{
67
68typedef struct
69{
75
76typedef struct
77{
79 [size_is(count)]
80 rpc_if_id_p_t if_id[*];
83
84typedef struct
85{
87 unsigned32 stats[1]; /* length_is (count) */
const long ndr_c_float_ibm
Definition: dcetypes.idl:56
const long ndr_c_char_ebcdic
Definition: dcetypes.idl:58
twr_t * twr_p_t
Definition: dcetypes.idl:43
small signed8
Definition: dcetypes.idl:27
GUID * uuid_p_t
Definition: dcetypes.idl:36
struct ndr_format_t * ndr_format_p_t
rpc_if_id_vector_t * rpc_if_id_vector_p_t
Definition: dcetypes.idl:82
const long ndr_c_char_ascii
Definition: dcetypes.idl:57
const long ndr_c_int_little_endian
Definition: dcetypes.idl:52
unsigned long u_int32
Definition: dcetypes.idl:32
const long ndr_c_int_big_endian
Definition: dcetypes.idl:51
unsigned small unsigned8
Definition: dcetypes.idl:24
unsigned short unsigned16
Definition: dcetypes.idl:25
const long ndr_c_float_cray
Definition: dcetypes.idl:55
unsigned small u_int8
Definition: dcetypes.idl:34
rpc_if_id_t * rpc_if_id_p_t
Definition: dcetypes.idl:74
unsigned32 boolean32
Definition: dcetypes.idl:30
unsigned long unsigned32
Definition: dcetypes.idl:26
long signed32
Definition: dcetypes.idl:29
unsigned short u_int16
Definition: dcetypes.idl:33
short signed16
Definition: dcetypes.idl:28
const long ndr_c_float_vax
Definition: dcetypes.idl:54
struct rpc_stats_vector_t * rpc_stats_vector_p_t
const long ndr_c_float_ieee
Definition: dcetypes.idl:53
GLuint GLuint GLsizei count
Definition: gl.h:1545
static PVOID ptr
Definition: dispmode.c:27
unsigned int unsigned32
Definition: rpc.c:43
#define small
Definition: rpcndr.h:115
unsigned32 context_handle_attributes
Definition: dcetypes.idl:47
GUID context_handle_uuid
Definition: dcetypes.idl:48
byte reserved
Definition: dcetypes.idl:65
unsigned8 int_rep
Definition: dcetypes.idl:62
unsigned8 char_rep
Definition: dcetypes.idl:63
unsigned8 float_rep
Definition: dcetypes.idl:64
unsigned16 vers_major
Definition: dcetypes.idl:71
unsigned16 vers_minor
Definition: dcetypes.idl:72
unsigned32 count
Definition: dcetypes.idl:78
unsigned32 count
Definition: dcetypes.idl:86
Definition: rpc.c:45
byte tower_octet_string[1]
Definition: rpc.c:47
unsigned32 tower_length
Definition: rpc.c:46