1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

s3-winreg: merge from s4 winreg idl.

Guenther
This commit is contained in:
Günther Deschner 2008-10-17 22:52:16 +02:00
parent e941e4ad52
commit 82aeb52ec0

View File

@ -288,7 +288,7 @@ import "lsa.idl", "security.idl";
/* Function: 0x15 */ /* Function: 0x15 */
WERROR winreg_SetKeySecurity( WERROR winreg_SetKeySecurity(
[in,ref] policy_handle *handle, [in,ref] policy_handle *handle,
[in] winreg_AccessMask access_mask, [in] security_secinfo sec_info,
[in,ref] KeySecurityData *sd [in,ref] KeySecurityData *sd
); );