From 9a1881598cd4f91485f7b44471b883ede9c3a73f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Feb 2008 00:22:45 +0100 Subject: Fill in IDL PNP_GetDeviceListSize() based on samba3. Guenther (This used to be commit 9d7699cbe4ba3536d7acf8e06374e33c036a2d2a) --- source3/librpc/idl/ntsvcs.idl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source3') 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 */ -- cgit