diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-12-13 11:00:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:22 -0500 |
commit | fedca61e8fd1755d9777672b62c9833dce9331dc (patch) | |
tree | 279d549a1eb1e9db30ae762fb2e23a645094f74d /source4/librpc/idl | |
parent | edf98253fa8fe627d8824d975731ea068debf4b5 (diff) | |
download | samba-fedca61e8fd1755d9777672b62c9833dce9331dc.tar.gz samba-fedca61e8fd1755d9777672b62c9833dce9331dc.tar.bz2 samba-fedca61e8fd1755d9777672b62c9833dce9331dc.zip |
r4175: InitiateSystemShutdownEx IDL and torture test
(This used to be commit 3538130bf5d656ed4b0e2c84294e995814860e34)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/winreg.idl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl index 37049142d2..a77af21a4b 100644 --- a/source4/librpc/idl/winreg.idl +++ b/source4/librpc/idl/winreg.idl @@ -324,7 +324,13 @@ /******************/ /* Function: 0x1e */ WERROR winreg_InitiateSystemShutdownEx( - ); + [in] uint16 *hostname, + [in] winreg_String *message, + [in] uint32 timeout, + [in] uint8 force_apps, + [in] uint8 reboot, + [in] uint32 reason + ); /******************/ /* Function: 0x1f */ |