mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
winreg: add IDL for winreg_DeleteKeyEx.
Guenther
This commit is contained in:
parent
0a154b940d
commit
dc4bf5651e
@ -428,4 +428,13 @@ import "lsa.idl", "security.idl", "misc.idl";
|
|||||||
/* Function: 0x22 */
|
/* Function: 0x22 */
|
||||||
[todo] WERROR winreg_QueryMultipleValues2(
|
[todo] WERROR winreg_QueryMultipleValues2(
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/******************/
|
||||||
|
/* Function: 0x23 */
|
||||||
|
WERROR winreg_DeleteKeyEx(
|
||||||
|
[in,ref] policy_handle *handle,
|
||||||
|
[in,ref] winreg_String *key,
|
||||||
|
[in] winreg_AccessMask access_mask,
|
||||||
|
[in] uint32 reserved
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user