summaryrefslogtreecommitdiff
path: root/librpc/idl/ntsvcs.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-11 00:59:35 +0100
committerGünther Deschner <gd@samba.org>2008-11-12 10:18:39 +0100
commit8d8386cc4d3347b145768ed81ea97559a3912fef (patch)
tree84f77260000bbbcb9ef3035a2ff94c2f7277f474 /librpc/idl/ntsvcs.idl
parent17fe93f94b461c980d2deac648067101b22dae6a (diff)
downloadsamba-8d8386cc4d3347b145768ed81ea97559a3912fef.tar.gz
samba-8d8386cc4d3347b145768ed81ea97559a3912fef.tar.bz2
samba-8d8386cc4d3347b145768ed81ea97559a3912fef.zip
ntsvcs: some corrections for the PNP_GetDeviceRegProp IDL.
Guenther
Diffstat (limited to 'librpc/idl/ntsvcs.idl')
-rw-r--r--librpc/idl/ntsvcs.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/librpc/idl/ntsvcs.idl b/librpc/idl/ntsvcs.idl
index 809ead90c3..d7bb051fde 100644
--- a/librpc/idl/ntsvcs.idl
+++ b/librpc/idl/ntsvcs.idl
@@ -2,6 +2,8 @@
plug and play services
*/
+import "winreg.idl";
+
[
uuid("8d9f4e40-a03d-11ce-8f69-08003e30051b"),
version(1.0),
@@ -96,7 +98,7 @@ interface ntsvcs
WERROR PNP_GetDeviceRegProp(
[in,ref] [string,charset(UTF16)] uint16 *devicepath,
[in] uint32 property,
- [in,out,ref] uint32 *reg_data_type,
+ [in,out,ref] winreg_Type *reg_data_type,
[out,ref] [size_is(*buffer_size)] [length_is(*buffer_size)] uint8 *buffer,
[in,out,ref] uint32 *buffer_size,
[in,out,ref] uint32 *needed,