1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fix IDL for winreg_QueryValue.

Guenther
This commit is contained in:
Günther Deschner 2008-03-24 11:46:51 +01:00
parent 36f8bafbd3
commit 0dac766109

View File

@ -242,7 +242,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl";
/* Function: 0x11 */
WERROR winreg_QueryValue(
[in,ref] policy_handle *handle,
[in] winreg_String value_name,
[in,ref] winreg_String *value_name,
[in,out,unique] winreg_Type *type,
[in,out,unique,size_is(*data_size),length_is(*value_length)] uint8 *data,
[in,out,unique] uint32 *data_size,