1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

remact: use imp_levels enum in RemoteActivation IDL.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Günther Deschner 2015-07-21 22:28:32 +02:00 committed by Jeremy Allison
parent 195faed933
commit a0544cb821

View File

@ -12,8 +12,7 @@ import "misc.idl", "orpc.idl";
]
interface IRemoteActivation
{
typedef enum
{
typedef [v1_enum] enum {
RPC_C_IMP_LEVEL_DEFAULT = 0,
RPC_C_IMP_LEVEL_ANONYMOUS = 1,
RPC_C_IMP_LEVEL_IDENTIFY = 2,
@ -29,7 +28,7 @@ interface IRemoteActivation
[in] GUID Clsid,
[in] [unique,string,charset(UTF16)] uint16 *pwszObjectName,
[in] [unique] MInterfacePointer *pObjectStorage,
[in] uint32 ClientImpLevel,
[in] imp_levels ClientImpLevel,
[in] uint32 Mode,
[in,range(1,32768)] uint32 Interfaces,
[in,unique,size_is(Interfaces)] GUID *pIIDs,