1
0
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:
Günther Deschner 2010-04-09 00:10:07 +02:00
parent 0a154b940d
commit dc4bf5651e

View File

@ -428,4 +428,13 @@ import "lsa.idl", "security.idl", "misc.idl";
/* Function: 0x22 */
[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
);
}