1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

s4-srvsvc: merge srvsvc_NetPathCanonicalize from s3 idl.

Guenther
This commit is contained in:
Günther Deschner 2008-10-29 14:03:09 +01:00
parent 9fd82703d1
commit 0688173c27

View File

@ -1361,7 +1361,7 @@ import "security.idl", "svcctl.idl";
[out] [size_is(maxbuf)] uint8 can_path[],
[in] uint32 maxbuf,
[in] [string,charset(UTF16)] uint16 prefix[],
[in,out] uint32 pathtype,
[in,out,ref] uint32 *pathtype,
[in] uint32 pathflags
);