s3:include: change current_user->vuid to uint64_t
[Samba/gebeck_regimport.git] / librpc / idl / rot.idl
blob78eee48807af6d3e5112ac9052ab9b96fa25cd7a
1 import "orpc.idl";
4 uuid("b9e79e60-3d52-11ce-aaa1-00006901293f"),
5 version(0.2),
6 pointer_default(unique),
7 endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]",
8 "ncalrpc:[EPMAPPER]")
9 ] interface rot
11 WERROR rot_add (
12 [in] uint32 flags,
13 [in] MInterfacePointer *unk,
14 [in] MInterfacePointer *moniker,
15 [out] uint32 *rotid
18 WERROR rot_remove (
19 [in] uint32 rotid
22 WERROR rot_is_listed (
23 [in] MInterfacePointer *moniker
26 WERROR rot_get_interface_pointer (
27 [in] MInterfacePointer *moniker,
28 [out] MInterfacePointer *ip
31 WERROR rot_set_modification_time (
32 [in] uint32 rotid,
33 [in] NTTIME *t
36 WERROR rot_get_modification_time (
37 [in] MInterfacePointer *moniker,
38 [out] NTTIME *t
41 WERROR rot_enum (
42 [out] MInterfacePointer *EnumMoniker