s3:configure: "test" only takes one "="
[Samba/gebeck_regimport.git] / librpc / gen_ndr / initshutdown.h
blob913eb8f740025a994f8ab292c0021b1f5f0e5693
1 /* header auto-generated by pidl */
3 #include <stdint.h>
5 #include "libcli/util/ntstatus.h"
7 #include "librpc/gen_ndr/lsa.h"
8 #ifndef _HEADER_initshutdown
9 #define _HEADER_initshutdown
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;
21 struct {
22 WERROR result;
23 } out;
28 struct initshutdown_Abort {
29 struct {
30 uint16_t *server;/* [unique] */
31 } in;
33 struct {
34 WERROR result;
35 } out;
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;
50 struct {
51 WERROR result;
52 } out;
56 #endif /* _HEADER_initshutdown */