]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Revert "Fill in IDL for PNP_GetDeviceRegProp."
authorGünther Deschner <gd@samba.org>
Tue, 20 May 2008 09:25:30 +0000 (11:25 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 20 May 2008 09:46:47 +0000 (11:46 +0200)
This reverts commit b1b6e93aa1f1b6d80969b6e5dd8f723e21ae8ce8.

source/include/rpc_ntsvcs.h
source/librpc/idl/ntsvcs.idl

index 0056d16eb9639a3718f1ecb6a326c593835cb078..71274cc380ebf70b3517e5631b7814d6376a3c69 100644 (file)
@@ -49,6 +49,8 @@ typedef struct {
 
 /**************************/
 
+#define DEV_REGPROP_DESC       1
+
 typedef struct {
        UNISTR2 devicepath;
        uint32 property;
index bac2549c737ca50bd410912990aa406b16d3a49e..af0c7032da3a4ecb5b7db3af6419652888c295f8 100644 (file)
@@ -1,6 +1,7 @@
 /*
   plug and play services
 */
+
 [
   uuid("8d9f4e40-a03d-11ce-8f69-08003e30051b"),
   version(1.0),
@@ -85,17 +86,7 @@ interface ntsvcs
        /******************/
        /* Function: 0x0d */
 
-       const int DEV_REGPROP_DESC = 1;
-
-       WERROR PNP_GetDeviceRegProp(
-               [in,ref] [string,charset(UTF16)] uint16 *devicepath,
-               [in] uint32 property,
-               [in,out,ref] uint32 *unknown1,
-               [out,ref] [size_is(*buffer_size)] [length_is(*buffer_size)] uint8 *buffer,
-               [in,out,ref] uint32 *buffer_size,
-               [in,out,ref] uint32 *needed,
-               [in] uint32 unknown3
-               );
+       WERROR PNP_GetDeviceRegProp();
 
        /******************/
        /* Function: 0x0e */