From 75a2503a3250f619bb1c669349ef982e85898cc2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sun, 17 Feb 2008 23:40:14 +0100 Subject: Fill in IDL for PNP_ValidateDeviceInstance (based on samba3). Guenther (This used to be commit 3ebece24eb7c1898963fd95b4ab4d66d3c5d1d49) --- source3/librpc/idl/ntsvcs.idl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/ntsvcs.idl b/source3/librpc/idl/ntsvcs.idl index 3c38bc3b91..a9c41cc21e 100644 --- a/source3/librpc/idl/ntsvcs.idl +++ b/source3/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 */ -- cgit