winreg.idl: get rid of initshutdown_String and use lsa_StringLarge
[samba.git] / source4 / librpc / idl / winreg.idl
index b489e86c38694e501513d870c5f17baa72f87daf..5e5d5542b646c4e1c028d38bfa7a7af8fce9e412 100644 (file)
@@ -2,7 +2,7 @@
   winreg interface definition
 */
 
-import "lsa.idl", "initshutdown.idl", "security.idl";
+import "lsa.idl", "security.idl";
 
 [ 
   uuid("338cd001-2244-31f1-aaaa-900038001003"),
@@ -302,7 +302,11 @@ import "lsa.idl", "initshutdown.idl", "security.idl";
        /* Function: 0x18 */
        WERROR winreg_InitiateSystemShutdown(
                [in,unique] uint16 *hostname,
-               [in,unique] initshutdown_String *message,
+               /*
+                * Note: lsa_String and winreg_String both result
+                *       in WERR_INVALID_PARAM
+                */
+               [in,unique] lsa_StringLarge *message,
                [in]    uint32 timeout,
                [in]    uint8 force_apps,
                [in]    uint8 reboot
@@ -358,7 +362,11 @@ import "lsa.idl", "initshutdown.idl", "security.idl";
        /* Function: 0x1e */
        WERROR winreg_InitiateSystemShutdownEx(
                [in,unique] uint16 *hostname,
-               [in,unique] initshutdown_String *message,
+               /*
+                * Note: lsa_String and winreg_String both result
+                *       in WERR_INVALID_PARAM
+                */
+               [in,unique] lsa_StringLarge *message,
                [in] uint32 timeout,
                [in] uint8 force_apps,
                [in] uint8 reboot,