diff options
Diffstat (limited to 'source3/librpc/gen_ndr/initshutdown.h')
-rw-r--r-- | source3/librpc/gen_ndr/initshutdown.h | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/initshutdown.h b/source3/librpc/gen_ndr/initshutdown.h new file mode 100644 index 0000000000..366f017c97 --- /dev/null +++ b/source3/librpc/gen_ndr/initshutdown.h @@ -0,0 +1,64 @@ +/* header auto-generated by pidl */ + +#include <stdint.h> + +#ifndef _HEADER_initshutdown +#define _HEADER_initshutdown + +struct initshutdown_String_sub { + uint32_t name_size;/* [value(strlen_m_term(name))] */ + const char * name;/* [flag(LIBNDR_FLAG_STR_LEN4|LIBNDR_FLAG_STR_NOTERM)] */ +}; + +struct initshutdown_String { + uint16_t name_len;/* [value(strlen_m(name->name)*2)] */ + uint16_t name_size;/* [value(strlen_m_term(name->name)*2)] */ + struct initshutdown_String_sub *name;/* [unique] */ +}/* [public] */; + + +struct initshutdown_Init { + struct { + uint16_t *hostname;/* [unique] */ + struct initshutdown_String *message;/* [unique] */ + uint32_t timeout; + uint8_t force_apps; + uint8_t do_reboot; + } in; + + struct { + WERROR result; + } out; + +}; + + +struct initshutdown_Abort { + struct { + uint16_t *server;/* [unique] */ + } in; + + struct { + WERROR result; + } out; + +}; + + +struct initshutdown_InitEx { + struct { + uint16_t *hostname;/* [unique] */ + struct initshutdown_String *message;/* [unique] */ + uint32_t timeout; + uint8_t force_apps; + uint8_t do_reboot; + uint32_t reason; + } in; + + struct { + WERROR result; + } out; + +}; + +#endif /* _HEADER_initshutdown */ |