1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.

Guenther
This commit is contained in:
Günther Deschner 2008-01-14 17:10:31 +01:00
parent 9041e385fe
commit 54458c4624

View File

@ -239,7 +239,11 @@ import "security.idl";
/******************/
/* Function: 0x08 */
NTSTATUS lsa_SetInfoPolicy ();
NTSTATUS lsa_SetInfoPolicy (
[in] policy_handle *handle,
[in] uint16 level,
[in,switch_is(level)] lsa_PolicyInformation *info
);
/******************/
/* Function: 0x09 */
@ -727,7 +731,11 @@ import "security.idl";
);
/* Function 0x2f */
NTSTATUS lsa_SetInfoPolicy2();
NTSTATUS lsa_SetInfoPolicy2(
[in] policy_handle *handle,
[in] uint16 level,
[in,switch_is(level)] lsa_PolicyInformation *info
);
/**********************/
/* Function 0x30 */