mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
svcctl: fix idl for svcctl_EnumServicesStatusW.
Guenther
This commit is contained in:
parent
2409f216cf
commit
738d066768
@ -218,10 +218,10 @@ import "misc.idl", "security.idl";
|
||||
[in,ref] policy_handle *handle,
|
||||
[in] uint32 type,
|
||||
[in] uint32 state,
|
||||
[in] uint32 buf_size,
|
||||
[out,size_is(buf_size)] uint8 service[*],
|
||||
[out,ref] uint32 *bytes_needed,
|
||||
[out,ref] uint32 *services_returned,
|
||||
[out,ref,size_is(buf_size)] uint8 *service,
|
||||
[in] [range(0,262144)] uint32 buf_size,
|
||||
[out,ref] [range(0,262144)] uint32 *bytes_needed,
|
||||
[out,ref] [range(0,262144)] uint32 *services_returned,
|
||||
[in,out,unique] uint32 *resume_handle
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user