]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ntsvcs: some corrections for the PNP_GetDeviceRegProp IDL.
authorGünther Deschner <gd@samba.org>
Mon, 10 Nov 2008 23:59:35 +0000 (00:59 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 12 Nov 2008 09:18:39 +0000 (10:18 +0100)
Guenther

librpc/idl/ntsvcs.idl

index 809ead90c3ceba306dcfa08d59407716c840ad70..d7bb051fde270f7f8934aa5d7e94b8bb779a46b3 100644 (file)
@@ -2,6 +2,8 @@
   plug and play services
 */
 
+import "winreg.idl";
+
 [
   uuid("8d9f4e40-a03d-11ce-8f69-08003e30051b"),
   version(1.0),
@@ -96,7 +98,7 @@ interface ntsvcs
        WERROR PNP_GetDeviceRegProp(
                [in,ref] [string,charset(UTF16)] uint16 *devicepath,
                [in] uint32 property,
-               [in,out,ref] uint32 *reg_data_type,
+               [in,out,ref] winreg_Type *reg_data_type,
                [out,ref] [size_is(*buffer_size)] [length_is(*buffer_size)] uint8 *buffer,
                [in,out,ref] uint32 *buffer_size,
                [in,out,ref] uint32 *needed,