mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
remact: fix IDL for RemoteActivation.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
0cf5c89925
commit
60be14a4ab
@ -27,21 +27,21 @@ interface IRemoteActivation
|
||||
[in] ORPCTHIS this_object,
|
||||
[out,ref] ORPCTHAT *that,
|
||||
[in] GUID Clsid,
|
||||
[in] [string,charset(UTF16)] uint16 *pwszObjectName,
|
||||
[in] MInterfacePointer *pObjectStorage,
|
||||
[in] [unique,string,charset(UTF16)] uint16 *pwszObjectName,
|
||||
[in] [unique] MInterfacePointer *pObjectStorage,
|
||||
[in] uint32 ClientImpLevel,
|
||||
[in] uint32 Mode,
|
||||
[in,range(1,32768)] uint32 Interfaces,
|
||||
[in,size_is(Interfaces)] GUID *pIIDs,
|
||||
[in,unique,size_is(Interfaces)] GUID *pIIDs,
|
||||
[in] uint16 num_protseqs,
|
||||
[in, size_is(num_protseqs)] uint16 protseq[*],
|
||||
[out,ref] hyper *pOxid,
|
||||
[out,ref] DUALSTRINGARRAY *pdsaOxidBindings,
|
||||
[out,ref] DUALSTRINGARRAY **pdsaOxidBindings,
|
||||
[out,ref] GUID *ipidRemUnknown,
|
||||
[out,ref] uint32 *AuthnHint,
|
||||
[out,ref] COMVERSION *ServerVersion,
|
||||
[out,ref] WERROR *hr,
|
||||
[out,size_is(Interfaces)] MInterfacePointer *ifaces[],
|
||||
[out,size_is(Interfaces)] MInterfacePointer **ifaces,
|
||||
[out,size_is(Interfaces)] WERROR results[]
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user