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