summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/ntsvcs.idl5
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 */