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 used to be commit 0dac766109
)
This commit is contained in:
parent
22d7cd6605
commit
c0e6d9091c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user