diff options
author | Günther Deschner <gd@samba.org> | 2008-02-17 23:40:14 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-17 23:43:53 +0100 |
commit | 75a2503a3250f619bb1c669349ef982e85898cc2 (patch) | |
tree | 3052f0e60b914f4def35fd7696e7541ab1f8cbe3 /source3/librpc/idl | |
parent | dbcd8b76a63f99e746c4f238e021a7692c29fa48 (diff) | |
download | samba-75a2503a3250f619bb1c669349ef982e85898cc2.tar.gz samba-75a2503a3250f619bb1c669349ef982e85898cc2.tar.bz2 samba-75a2503a3250f619bb1c669349ef982e85898cc2.zip |
Fill in IDL for PNP_ValidateDeviceInstance (based on samba3).
Guenther
(This used to be commit 3ebece24eb7c1898963fd95b4ab4d66d3c5d1d49)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/ntsvcs.idl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/librpc/idl/ntsvcs.idl b/source3/librpc/idl/ntsvcs.idl index 3c38bc3b91..a9c41cc21e 100644 --- a/source3/librpc/idl/ntsvcs.idl +++ b/source3/librpc/idl/ntsvcs.idl @@ -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 */ |