From 195faed933cccfc6ef63aeda67948084d9e6490b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Tue, 21 Jul 2015 22:23:22 +0200 Subject: remact: use HRESULT in RemoteActivation IDL and tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Jeremy Allison --- librpc/idl/remact.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librpc/idl/remact.idl') diff --git a/librpc/idl/remact.idl b/librpc/idl/remact.idl index ebcaddfc121..dcf99557544 100644 --- a/librpc/idl/remact.idl +++ b/librpc/idl/remact.idl @@ -40,8 +40,8 @@ interface IRemoteActivation [out,ref] GUID *ipidRemUnknown, [out,ref] uint32 *AuthnHint, [out,ref] COMVERSION *ServerVersion, - [out,ref] WERROR *hr, + [out,ref] HRESULT *hr, [out,size_is(Interfaces)] MInterfacePointer **ifaces, - [out,size_is(Interfaces)] WERROR results[] + [out,size_is(Interfaces)] HRESULT results[] ); } -- cgit v1.2.1