X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source4%2Flibrpc%2Fidl%2Fremact.idl;h=7a879e717fe30b0e0b37460b3ba0b5f904304141;hp=ca1b228d4c08abacc0142c9651750f33facd2ae7;hb=d892500e733fa2c85f950b69f11546c0f037a25a;hpb=dd2aefd56b0968da8b1c4d055bc8c2f30382fb23 diff --git a/source4/librpc/idl/remact.idl b/source4/librpc/idl/remact.idl index ca1b228d4c0..7a879e717fe 100644 --- a/source4/librpc/idl/remact.idl +++ b/source4/librpc/idl/remact.idl @@ -21,7 +21,11 @@ interface IRemoteActivation RPC_C_IMP_LEVEL_IMPERSONATE = 3, RPC_C_IMP_LEVEL_DELEGATE = 4 } imp_levels; - + + typedef struct { + MInterfacePointer *ip; + } pMInterfacePointer; + const uint32 MODE_GET_CLASS_OBJECT = 0xffffffff; WERROR RemoteActivation ( [in] ORPCTHIS this, @@ -41,7 +45,7 @@ interface IRemoteActivation [out] uint32 AuthnHint, [out] COMVERSION ServerVersion, [out] WERROR hr, - [out,size_is(Interfaces)] MInterfacePointer *ifaces[], + [out,size_is(Interfaces)] pMInterfacePointer ifaces[], [out,size_is(Interfaces)] WERROR results[] ); }