From d86fa7c48f6d62e1e9028dee64866135821f14db Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 20 Aug 2005 18:32:44 +0000 Subject: r9429: Update link to DCOM spec. Fix HRESULT values. (This used to be commit fad3413de5655eb6b1a1c4172b02acd80ae24cda) --- source4/librpc/idl/dcom.idl | 4 +--- source4/librpc/idl/orpc.idl | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index 2a67007029..0c4293212f 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -2,11 +2,9 @@ /** DCOM interfaces - http://www.grimes.demon.co.uk/DCOM/DCOMSpec.htm + http://www.ietf.org/internet-drafts/draft-brown-dcom-v1-spec-04.txt */ -#define OLESTR unistr - [ uuid("18f70770-8e64-11cf-9af1-0020af6e72f4"), pointer_default(unique), diff --git a/source4/librpc/idl/orpc.idl b/source4/librpc/idl/orpc.idl index 377f71b34f..24879bbe17 100644 --- a/source4/librpc/idl/orpc.idl +++ b/source4/librpc/idl/orpc.idl @@ -2,7 +2,7 @@ /** DCOM interfaces - http://www.grimes.demon.co.uk/DCOM/DCOMSpec.htm + http://www.ietf.org/internet-drafts/draft-brown-dcom-v1-spec-04.txt */ [ @@ -207,7 +207,7 @@ interface ObjectRpcBaseTypes COM_OUTOFMEMORY = 0x80000002, COM_INVALIDARG = 0x80000003, COM_NOINTERFACE = 0x80000004, - COM_ACCESSDENIED = 0x80000005, + COM_ACCESSDENIED = 0x80070005, COM_INVALID_OXID = 0x80070776, COM_INVALID_OID = 0x80070777, COM_INVALID_SET = 0x80070778, -- cgit