1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

s4-srvsvc: merge srvsvc_NetServerStatisticsGet from s3 idl.

Guenther
This commit is contained in:
Günther Deschner 2008-10-29 14:24:18 +01:00
parent 31b067a6dd
commit 70c9cb4d9b
2 changed files with 2 additions and 2 deletions

View File

@ -1210,7 +1210,7 @@ import "security.idl", "svcctl.idl";
[in,unique] [string,charset(UTF16)] uint16 *service,
[in] uint32 level,
[in] uint32 options,
[out,ref] srvsvc_Statistics *stats
[out,ref] srvsvc_Statistics **stats
);
/**************************/

View File

@ -1204,7 +1204,7 @@ import "security.idl", "svcctl.idl";
[in,unique] [string,charset(UTF16)] uint16 *service,
[in] uint32 level,
[in] uint32 options,
[out] srvsvc_Statistics stat
[out,ref] srvsvc_Statistics **stats
);
/**************************/