diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-09-28 22:58:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:29 -0500 |
commit | 361f7cc31e4f06ea0ef7ec93158484bef06e221a (patch) | |
tree | ae054d32402b96a8f2b57b9f519a373507485e7b /source4/librpc/idl/dcom.idl | |
parent | 0aef534de9bab566e88458499d0f656615273462 (diff) | |
download | samba-361f7cc31e4f06ea0ef7ec93158484bef06e221a.tar.gz samba-361f7cc31e4f06ea0ef7ec93158484bef06e221a.tar.bz2 samba-361f7cc31e4f06ea0ef7ec93158484bef06e221a.zip |
r2741: Definition for ISystemActivator...
(This used to be commit 0bb42ba898a0d02c98bbefcfe5b9e42409658609)
Diffstat (limited to 'source4/librpc/idl/dcom.idl')
-rw-r--r-- | source4/librpc/idl/dcom.idl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index cbe3e88b1b..85eb80288c 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -381,7 +381,11 @@ interface IRemUnknown : IUnknown ] interface ISystemActivator : IClassActivator { - void ISystemActivatorRemoteCreateInstance(); + HRESULT ISystemActivatorRemoteCreateInstance([in] HYPER_T unknown1, /* IPID ? */ + [in] MInterfacePointer iface, + [in] HYPER_T unknown2, + [out] uint32 unknown3, + [out] MInterfacePointer iface); } |