mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
winreg: fix winreg_QueryMultipleValues2 IDL.
Guenther
This commit is contained in:
parent
bf07bf2857
commit
c02cbaae34
@ -430,12 +430,13 @@ import "lsa.idl", "security.idl", "misc.idl";
|
||||
|
||||
/******************/
|
||||
/* Function: 0x22 */
|
||||
WERROR winreg_QueryMultipleValues2(
|
||||
[public] WERROR winreg_QueryMultipleValues2(
|
||||
[in,ref] policy_handle *key_handle,
|
||||
[in,out,ref,size_is(num_values),length_is(num_values)] QueryMultipleValue *values,
|
||||
[in,ref,size_is(num_values),length_is(num_values)] QueryMultipleValue *values_in,
|
||||
[out,ref,size_is(num_values),length_is(num_values)] QueryMultipleValue *values_out,
|
||||
[in] uint32 num_values,
|
||||
[in,out,unique,size_is(offered),length_is(offered)] uint8 *buffer,
|
||||
[in] uint32 offered,
|
||||
[in,out,unique,size_is(*offered),length_is(*offered)] uint8 *buffer,
|
||||
[in,ref] uint32 *offered,
|
||||
[out,ref] uint32 *needed
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user