1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r25666: Add frsapi_IsPathReplicated IDL.

Guenther
(This used to be commit d8fe7652bd)
This commit is contained in:
Günther Deschner 2007-10-16 12:55:05 +02:00 committed by Stefan Metzmacher
parent 4860557842
commit 5e6372460c

View File

@ -1,10 +1,14 @@
[
#include "idl_types.h"
import "misc.idl";
[
uuid("d049b186-814f-11d1-9a3c-00c04fc9b232"),
version(1.1),
endpoint("ncacn_ip_tcp:", "ncalrpc:"),
helpstring("File Replication API"),
pointer_default(unique)
]
]
interface frsapi
{
/****************/
@ -63,7 +67,14 @@ interface frsapi
/****************/
/* Function 0x08 */
void FRSAPI_IS_PATH_REPLICATED();
WERROR frsapi_IsPathReplicated(
[in,unique] [string,charset(UTF16)] uint16 *path,
[in] uint32 unknown,
[out] uint32 *unknown1,
[out] uint32 *unknown2,
[out] uint32 *unknown3,
[out] GUID *guid
);
/****************/
/* Function 0x09 */