summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/librpc/idl/ntsvcs.idl6
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/librpc/idl/ntsvcs.idl b/source3/librpc/idl/ntsvcs.idl
index a9c41cc21e..78ac30783b 100644
--- a/source3/librpc/idl/ntsvcs.idl
+++ b/source3/librpc/idl/ntsvcs.idl
@@ -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 */