Fix PNP_GetHwProfInfo() (fixes Bug: #5888).
authorGünther Deschner <gd@samba.org>
Thu, 13 Nov 2008 20:11:31 +0000 (21:11 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 13 Nov 2008 20:18:03 +0000 (21:18 +0100)
Guenther
(cherry picked from commit 111ec984729fe2c47e173dab82f438bcacf42d1c)

source/librpc/idl/ntsvcs.idl

index af0c7032da3a4ecb5b7db3af6419652888c295f8..851939f70a28e8c389ac102149c39cecb88db5d3 100644 (file)
@@ -237,16 +237,16 @@ interface ntsvcs
        /* Function: 0x29 */
 
        typedef struct {
-               uint32 unknown1;
-               uint16 unknown2[160];
-               uint32 unknown3;
+               uint32 profile_handle;
+               uint16 friendly_name[80];
+               uint32 flags;
        } PNP_HwProfInfo;
 
        WERROR PNP_GetHwProfInfo(
                [in] uint32 idx,
                [in,out,ref] PNP_HwProfInfo *info,
-               [in] uint32 unknown1,
-               [in] uint32 unknown2
+               [in] uint32 size,
+               [in] uint32 flags
                );
 
        /******************/