1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Fill in IDL for svcctl_SetServiceObjectSecurity.

Guenther
(This used to be commit 67293496c5)
This commit is contained in:
Günther Deschner 2008-02-28 00:17:30 +01:00
parent 8a1249817e
commit 6135d08bcf

View File

@ -125,6 +125,10 @@
/*****************/
/* Function 0x05 */
WERROR svcctl_SetServiceObjectSecurity(
[in] policy_handle *handle,
[in] uint32 security_flags,
[in,ref,size_is(buffer_size)] uint8 *buffer,
[in] uint32 buffer_size
);
/*****************/