From: Günther Deschner Date: Sun, 17 Feb 2008 23:22:45 +0000 (+0100) Subject: Fill in IDL PNP_GetDeviceListSize() based on samba3. X-Git-Tag: samba-3.2.0pre2~37^2~160^2~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d7699cbe4ba3536d7acf8e06374e33c036a2d2a;p=thirdparty%2Fsamba.git Fill in IDL PNP_GetDeviceListSize() based on samba3. Guenther --- diff --git a/source/librpc/idl/ntsvcs.idl b/source/librpc/idl/ntsvcs.idl index a9c41cc21eb..78ac30783b2 100644 --- a/source/librpc/idl/ntsvcs.idl +++ b/source/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 */