]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fill in IDL PNP_GetDeviceListSize() based on samba3.
authorGünther Deschner <gd@samba.org>
Sun, 17 Feb 2008 23:22:45 +0000 (00:22 +0100)
committerGünther Deschner <gd@samba.org>
Sun, 17 Feb 2008 23:25:34 +0000 (00:25 +0100)
Guenther

source/librpc/idl/ntsvcs.idl

index a9c41cc21eb8a1282d1ad1cde6c79bbd68e59d55..78ac30783b235b49a5d753fea5a576557da04202 100644 (file)
@@ -72,7 +72,11 @@ interface ntsvcs
        /******************/
        /* Function: 0x0b */
 
-       WERROR PNP_GetDeviceListSize();
+       WERROR PNP_GetDeviceListSize(
+               [in,unique] [string,charset(UTF16)] uint16 *devicename,
+               [out,ref] uint32 *size,
+               [in] uint32 flags
+               );
 
        /******************/
        /* Function: 0x0c */