1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-23 06:50:21 +03:00

Fill in IDL for svcctl_QueryServiceObjectSecurity.

Guenther
(This used to be commit b1edbc7649561fa2e518281a8035765916a684f2)
This commit is contained in:
Günther Deschner 2008-02-28 00:03:20 +01:00
parent d4bf587eb7
commit bdd08fc8d6

View File

@ -115,6 +115,11 @@
/*****************/
/* Function 0x04 */
WERROR svcctl_QueryServiceObjectSecurity(
[in] policy_handle *handle,
[in] uint32 security_flags,
[out,ref,size_is(buffer_size)] uint8 *buffer,
[in,range(0,0x40000)] uint32 buffer_size,
[out,ref,range(0,0x40000)] uint32 *needed
);
/*****************/