summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_wkssvc.h
blob: 2337f84e7a99f3ae1dfbfbfb944236a4aff5072e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
/* header auto-generated by pidl */

struct wks_Info100 {
	uint32 platform_id;
	const char *server;
	const char *domain;
	uint32 ver_major;
	uint32 ver_minor;
};

struct wks_Info101 {
	uint32 platform_id;
	const char *server;
	const char *domain;
	uint32 ver_major;
	uint32 ver_minor;
	const char *lan_root;
};

struct wks_Info102 {
	uint32 platform_id;
	const char *server;
	const char *domain;
	uint32 ver_major;
	uint32 ver_minor;
	const char *lan_root;
	uint32 logged_on_users;
};

union wks_Info {
/* [case(100)] */ struct wks_Info100 *info100;
/* [case(101)] */ struct wks_Info101 *info101;
/* [case(102)] */ struct wks_Info102 *info102;
};

struct wks_QueryInfo {
	struct {
		const char *server_name;
		uint32 level;
	} in;

	struct {
		union wks_Info info;
		WERROR result;
	} out;

};

struct wks_SetInfo {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRWKSTAUSERENUM {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRWKSTAUSERGETINFO {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRWKSTAUSERSETINFO {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct wks_TransportInfo0 {
	uint32 quality_of_service;
	uint32 vc_count;
	const char *name;
	const char *address;
	uint32 wan_link;
};

struct wks_TransportInfoArray {
	uint32 count;
	struct wks_TransportInfo0 *transports;
};

union wks_TransportUnion {
/* [case(0)] */ struct wks_TransportInfoArray *array;
};

struct wks_TransportInfo {
	uint32 level;
	union wks_TransportUnion u;
};

struct wks_TransportEnum {
	struct {
		const char *server_name;
		struct wks_TransportInfo *info;
		uint32 max_buffer;
		uint32 *resume_handle;
	} in;

	struct {
		struct wks_TransportInfo *info;
		uint32 unknown;
		uint32 *resume_handle;
		WERROR result;
	} out;

};

struct WKS_NETRWKSTATRANSPORTADD {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRWKSTATRANSPORTDEL {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRUSEADD {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRUSEGETINFO {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRUSEDEL {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRUSEENUM {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRMESSAGEBUFFERSEND {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRWORKSTATIONSTATISTICSGET {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRLOGONDOMAINNAMEADD {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRLOGONDOMAINNAMEDEL {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRJOINDOMAIN {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRUNJOINDOMAIN {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRRENAMEMACHINEINDOMAIN {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRVALIDATENAME {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRGETJOININFORMATION {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRGETJOINABLEOUS {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRJOINDOMAIN2 {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRUNJOINDOMAIN2 {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRRENAMEMACHINEINDOMAIN2 {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRVALIDATENAME2 {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRGETJOINABLEOUS2 {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRADDALTERNATECOMPUTERNAME {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRREMOVEALTERNATECOMPUTERNAME {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRSETPRIMARYCOMPUTERNAME {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

struct WKS_NETRENUMERATECOMPUTERNAMES {
	struct {
	} in;

	struct {
		WERROR result;
	} out;

};

#define DCERPC_WKS_QUERYINFO 0
#define DCERPC_WKS_SETINFO 1
#define DCERPC_WKS_NETRWKSTAUSERENUM 2
#define DCERPC_WKS_NETRWKSTAUSERGETINFO 3
#define DCERPC_WKS_NETRWKSTAUSERSETINFO 4
#define DCERPC_WKS_TRANSPORTENUM 5
#define DCERPC_WKS_NETRWKSTATRANSPORTADD 6
#define DCERPC_WKS_NETRWKSTATRANSPORTDEL 7
#define DCERPC_WKS_NETRUSEADD 8
#define DCERPC_WKS_NETRUSEGETINFO 9
#define DCERPC_WKS_NETRUSEDEL 10
#define DCERPC_WKS_NETRUSEENUM 11
#define DCERPC_WKS_NETRMESSAGEBUFFERSEND 12
#define DCERPC_WKS_NETRWORKSTATIONSTATISTICSGET 13
#define DCERPC_WKS_NETRLOGONDOMAINNAMEADD 14
#define DCERPC_WKS_NETRLOGONDOMAINNAMEDEL 15
#define DCERPC_WKS_NETRJOINDOMAIN 16
#define DCERPC_WKS_NETRUNJOINDOMAIN 17
#define DCERPC_WKS_NETRRENAMEMACHINEINDOMAIN 18
#define DCERPC_WKS_NETRVALIDATENAME 19
#define DCERPC_WKS_NETRGETJOININFORMATION 20
#define DCERPC_WKS_NETRGETJOINABLEOUS 21
#define DCERPC_WKS_NETRJOINDOMAIN2 22
#define DCERPC_WKS_NETRUNJOINDOMAIN2 23
#define DCERPC_WKS_NETRRENAMEMACHINEINDOMAIN2 24
#define DCERPC_WKS_NETRVALIDATENAME2 25
#define DCERPC_WKS_NETRGETJOINABLEOUS2 26
#define DCERPC_WKS_NETRADDALTERNATECOMPUTERNAME 27
#define DCERPC_WKS_NETRREMOVEALTERNATECOMPUTERNAME 28
#define DCERPC_WKS_NETRSETPRIMARYCOMPUTERNAME 29
#define DCERPC_WKS_NETRENUMERATECOMPUTERNAMES 30