Don't write out forward declarations for enums, as some compilers don't
[kai/samba-autobuild/.git] / librpc / gen_ndr / initshutdown.h
1 /* header auto-generated by pidl */
2
3 #include <stdint.h>
4
5 #include "librpc/gen_ndr/lsa.h"
6 #ifndef _HEADER_initshutdown
7 #define _HEADER_initshutdown
8
9
10 struct initshutdown_Init {
11         struct {
12                 uint16_t *hostname;/* [unique] */
13                 struct lsa_StringLarge *message;/* [unique] */
14                 uint32_t timeout;
15                 uint8_t force_apps;
16                 uint8_t do_reboot;
17         } in;
18
19         struct {
20                 WERROR result;
21         } out;
22
23 };
24
25
26 struct initshutdown_Abort {
27         struct {
28                 uint16_t *server;/* [unique] */
29         } in;
30
31         struct {
32                 WERROR result;
33         } out;
34
35 };
36
37
38 struct initshutdown_InitEx {
39         struct {
40                 uint16_t *hostname;/* [unique] */
41                 struct lsa_StringLarge *message;/* [unique] */
42                 uint32_t timeout;
43                 uint8_t force_apps;
44                 uint8_t do_reboot;
45                 uint32_t reason;
46         } in;
47
48         struct {
49                 WERROR result;
50         } out;
51
52 };
53
54 #endif /* _HEADER_initshutdown */