Merge branch 'master' of ssh://git.samba.org/data/git/samba into wspp-schema
[samba.git] / librpc / gen_ndr / initshutdown.h
1 /* header auto-generated by pidl */
2
3 #include <stdint.h>
4
5 #include "libcli/util/ntstatus.h"
6
7 #include "librpc/gen_ndr/lsa.h"
8 #ifndef _HEADER_initshutdown
9 #define _HEADER_initshutdown
10
11
12 struct initshutdown_Init {
13         struct {
14                 uint16_t *hostname;/* [unique] */
15                 struct lsa_StringLarge *message;/* [unique] */
16                 uint32_t timeout;
17                 uint8_t force_apps;
18                 uint8_t do_reboot;
19         } in;
20
21         struct {
22                 WERROR result;
23         } out;
24
25 };
26
27
28 struct initshutdown_Abort {
29         struct {
30                 uint16_t *server;/* [unique] */
31         } in;
32
33         struct {
34                 WERROR result;
35         } out;
36
37 };
38
39
40 struct initshutdown_InitEx {
41         struct {
42                 uint16_t *hostname;/* [unique] */
43                 struct lsa_StringLarge *message;/* [unique] */
44                 uint32_t timeout;
45                 uint8_t force_apps;
46                 uint8_t do_reboot;
47                 uint32_t reason;
48         } in;
49
50         struct {
51                 WERROR result;
52         } out;
53
54 };
55
56 #endif /* _HEADER_initshutdown */