1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00
Jelmer Vernooij 4003edf0df r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.
(This used to be commit b84370513fbf790e599c33f177fb271a2a992b72)
2007-10-10 12:18:00 -05:00

65 lines
1.1 KiB
C

/* 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(r->name->name)*2)] */
uint16_t name_size;/* [value(strlen_m_term(r->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 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 reboot;
uint32_t reason;
} in;
struct {
WERROR result;
} out;
};
#endif /* _HEADER_initshutdown */