]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fill in IDL for PNP_ValidateDeviceInstance (based on samba3).
authorGünther Deschner <gd@samba.org>
Sun, 17 Feb 2008 22:40:14 +0000 (23:40 +0100)
committerGünther Deschner <gd@samba.org>
Sun, 17 Feb 2008 22:43:53 +0000 (23:43 +0100)
Guenther

source/librpc/idl/ntsvcs.idl

index 3c38bc3b91cc9edded1809fd72de71e5b9188b57..a9c41cc21eb8a1282d1ad1cde6c79bbd68e59d55 100644 (file)
@@ -44,7 +44,10 @@ interface ntsvcs
        /******************/
        /* Function: 0x06 */
 
-       WERROR PNP_ValidateDeviceInstance();
+       WERROR PNP_ValidateDeviceInstance(
+               [in,ref] [string,charset(UTF16)] uint16 *devicepath,
+               [in] uint32 flags
+               );
 
        /******************/
        /* Function: 0x07 */