summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/winreg.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl
index c80130c9af..5b7530aae3 100644
--- a/source4/librpc/idl/winreg.idl
+++ b/source4/librpc/idl/winreg.idl
@@ -262,17 +262,17 @@
/******************/
/* Function: 0x18 */
WERROR winreg_InitiateSystemShutdown(
- [in] winreg_String hostname,
- [in] winreg_String message,
+ [in] uint16 *hostname,
+ [in] winreg_String *message,
[in] uint32 timeout,
- [in] uint16 flags,
- [out] uint16 status
+ [in] uint8 force_apps,
+ [in] uint8 reboot
);
/******************/
/* Function: 0x19 */
WERROR winreg_AbortSystemShutdown(
- [in,ref] uint16 *server
+ [in] uint16 *server
);
/******************/