1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r9429: Update link to DCOM spec. Fix HRESULT values.

(This used to be commit fad3413de5)
This commit is contained in:
Jelmer Vernooij 2005-08-20 18:32:44 +00:00 committed by Gerald (Jerry) Carter
parent 75d2cc1cab
commit d86fa7c48f
2 changed files with 3 additions and 5 deletions

View File

@ -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),

View File

@ -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,