summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-18 00:22:45 +0100
committerGünther Deschner <gd@samba.org>2008-02-18 00:25:34 +0100
commit9a1881598cd4f91485f7b44471b883ede9c3a73f (patch)
treedc10a9279e37356d36efe26a094dc9efb272f69f /source3/librpc
parent342d7fd099eb23a5fa8e416197f8f08e121ae86b (diff)
downloadsamba-9a1881598cd4f91485f7b44471b883ede9c3a73f.tar.gz
samba-9a1881598cd4f91485f7b44471b883ede9c3a73f.tar.bz2
samba-9a1881598cd4f91485f7b44471b883ede9c3a73f.zip
Fill in IDL PNP_GetDeviceListSize() based on samba3.
Guenther (This used to be commit 9d7699cbe4ba3536d7acf8e06374e33c036a2d2a)
Diffstat (limited to 'source3/librpc')
-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 */