1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-29 16:23:52 +03:00

r18318: Implement DiskEnum

Fix spelling and consistencies issues in idl
This commit is contained in:
Simo Sorce
2006-09-10 03:58:00 +00:00
committed by Gerald (Jerry) Carter
parent 41cb3a9258
commit 1347c971ac
2 changed files with 21 additions and 6 deletions

View File

@@ -1121,12 +1121,12 @@
/* srvsvc_NetDisk */
/**************************/
typedef struct {
[flag(STR_LEN4)] string disc;
[flag(STR_LEN4)] string disk;
} srvsvc_NetDiskInfo0;
typedef struct {
uint32 count;
[size_is(count), length_is(count)] srvsvc_NetDiskInfo0 *discs;
[size_is(count), length_is(count)] srvsvc_NetDiskInfo0 *disks;
} srvsvc_NetDiskInfo;
/******************/
@@ -1134,7 +1134,7 @@
WERROR srvsvc_NetDiskEnum(
[in] [string,charset(UTF16)] uint16 *server_unc,
[in] uint32 level,
[in,out] srvsvc_NetDiskInfo disks,
[in,out] srvsvc_NetDiskInfo info,
[in] uint32 maxlen,
[out] uint32 totalentries,
[in,out] uint32 *resume_handle