mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r18630: Better way to display ref-pointers with [print]. Thanks to metze for
pointing this out. Guenther
This commit is contained in:
parent
c5b49d111e
commit
246ab59705
@ -118,7 +118,7 @@
|
||||
} dfs_Info;
|
||||
|
||||
WERROR dfs_GetInfo (
|
||||
[in,ref] [string,charset(UTF16)] uint16 *path,
|
||||
[in] [string,charset(UTF16)] uint16 path[],
|
||||
[in,unique] [string,charset(UTF16)] uint16 *server,
|
||||
[in,unique] [string,charset(UTF16)] uint16 *share,
|
||||
[in] uint32 level,
|
||||
@ -227,7 +227,7 @@
|
||||
|
||||
/* Function 0x15 */
|
||||
WERROR dfs_EnumEx(
|
||||
[in,ref] [string,charset(UTF16)] uint16 *name,
|
||||
[in] [string,charset(UTF16)] uint16 name[],
|
||||
[in] uint32 level,
|
||||
[in] uint32 bufsize,
|
||||
[in,out,unique] dfs_EnumStruct *info,
|
||||
|
Loading…
x
Reference in New Issue
Block a user