diff options
author | Günther Deschner <gd@samba.org> | 2008-02-18 01:06:08 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-18 01:36:42 +0100 |
commit | 2b141dec9819a434a4d200a39d37a7b5493c9a5c (patch) | |
tree | 669958b7e7fe55b5676af02997b6bf31ece0f72e /source3/librpc/idl/ntsvcs.idl | |
parent | 9501a920c3b9c680bd0e16b941e084206afb1361 (diff) | |
download | samba-2b141dec9819a434a4d200a39d37a7b5493c9a5c.tar.gz samba-2b141dec9819a434a4d200a39d37a7b5493c9a5c.tar.xz samba-2b141dec9819a434a4d200a39d37a7b5493c9a5c.zip |
Fill in (very unfinished) IDL for PNP_HwProfFlags.
Guenther
(This used to be commit 121e73aa49a95b3cdb2b680c0ee30d8308bd5988)
Diffstat (limited to 'source3/librpc/idl/ntsvcs.idl')
-rw-r--r-- | source3/librpc/idl/ntsvcs.idl | 12 |
1 files changed, 11 insertions, 1 deletions
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 */ |