From 2b141dec9819a434a4d200a39d37a7b5493c9a5c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Feb 2008 01:06:08 +0100 Subject: Fill in (very unfinished) IDL for PNP_HwProfFlags. Guenther (This used to be commit 121e73aa49a95b3cdb2b680c0ee30d8308bd5988) --- source3/librpc/idl/ntsvcs.idl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/librpc/idl/ntsvcs.idl b/source3/librpc/idl/ntsvcs.idl index 78ac30783b..0b8f5c3e0b 100644 --- a/source3/librpc/idl/ntsvcs.idl +++ b/source3/librpc/idl/ntsvcs.idl @@ -221,7 +221,17 @@ interface ntsvcs /******************/ /* Function: 0x28 */ - WERROR PNP_HwProfFlags(); + WERROR PNP_HwProfFlags( + [in] uint32 unknown1, + [in,ref] [string,charset(UTF16)] uint16 *devicepath, + [in] uint32 unknown2, + [in,out,ref] uint32 *unknown3, + [in,out,unique] uint16 *unknown4, + [in,unique] [string,charset(UTF16)] uint16 *unknown5, + [out,unique] [string,charset(UTF16)] uint16 **unknown5a, + [in] uint32 unknown6, + [in] uint32 unknown7 + ); /******************/ /* Function: 0x29 */ -- cgit