summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-20 18:32:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:34:13 -0500
commitd86fa7c48f6d62e1e9028dee64866135821f14db (patch)
tree546277bd9319f5523bad82d2b94aad1bfbccef2d /source4/librpc/idl
parent75d2cc1cabf886f4bbe38817340c4f95a2793c16 (diff)
downloadsamba-d86fa7c48f6d62e1e9028dee64866135821f14db.tar.gz
samba-d86fa7c48f6d62e1e9028dee64866135821f14db.tar.bz2
samba-d86fa7c48f6d62e1e9028dee64866135821f14db.zip
r9429: Update link to DCOM spec. Fix HRESULT values.
(This used to be commit fad3413de5655eb6b1a1c4172b02acd80ae24cda)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/dcom.idl4
-rw-r--r--source4/librpc/idl/orpc.idl4
2 files changed, 3 insertions, 5 deletions
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,