[PATCH v2 5/6] ole2disp.dll16: Implement several IIDs.

Zebediah Figura z.figura12 at gmail.com
Thu Feb 2 12:27:12 CST 2017


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/ole2disp.dll16/ole2disp.dll16.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dlls/ole2disp.dll16/ole2disp.dll16.spec b/dlls/ole2disp.dll16/ole2disp.dll16.spec
index 4ee52e1..893fa67 100644
--- a/dlls/ole2disp.dll16/ole2disp.dll16.spec
+++ b/dlls/ole2disp.dll16/ole2disp.dll16.spec
@@ -30,8 +30,8 @@
 30 stub DISPINVOKE
 31 pascal CreateDispTypeInfo(ptr long ptr) CreateDispTypeInfo16
 32 pascal CreateStdDispatch(ptr ptr ptr ptr) CreateStdDispatch16
-33 stub _IID_IDISPATCH
-34 stub _IID_IENUMVARIANT
+33 variable _IID_IDispatch    (0x00020400 0x00000000 0x000000c0 0x46000000)
+34 variable _IID_IEnumVARIANT (0x00020404 0x00000000 0x000000c0 0x46000000)
 35 pascal RegisterActiveObject(ptr ptr long ptr) RegisterActiveObject16
 36 stub REVOKEACTIVEOBJECT
 37 stub GETACTIVEOBJECT
@@ -110,9 +110,9 @@
 110 pascal SetErrorInfo(long ptr) SetErrorInfo16
 111 stub GETERRORINFO
 112 stub CREATEERRORINFO
-113 stub _IID_IERRORINFO
-114 stub _IID_ICREATEERRORINFO
-115 stub _IID_ISUPPORTERRORINFO
+113 variable _IID_IErrorInfo        (0x1cf2b120 0x101b547d 0x0008658e 0x19d12b2b)
+114 variable _IID_ICreateErrorInfo  (0x22f03340 0x101b547d 0x0008658e 0x19d12b2b)
+115 variable _IID_ISupportErrorInfo (0xdf0b3d60 0x101b548f 0x0008658e 0x19d12b2b)
 116 stub VARUI1FROMI2
 117 stub VARUI1FROMI4
 118 stub VARUI1FROMR4
-- 
2.7.4




More information about the wine-patches mailing list