Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
554715ce
Commit
554715ce
authored
Apr 12, 2011
by
Austin English
Committed by
Alexandre Julliard
Apr 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole2disp.dll16: Add a stub for SETERRORINFO.
parent
35e42ea4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
ole2disp.c
dlls/ole2disp.dll16/ole2disp.c
+9
-0
ole2disp.dll16.spec
dlls/ole2disp.dll16/ole2disp.dll16.spec
+1
-1
No files found.
dlls/ole2disp.dll16/ole2disp.c
View file @
554715ce
...
...
@@ -248,3 +248,12 @@ HRESULT WINAPI RegisterActiveObject16(
FIXME
(
"(%p,%s,0x%08x,%p):stub
\n
"
,
punk
,
debugstr_guid
(
rclsid
),
dwFlags
,
pdwRegister
);
return
E_NOTIMPL
;
}
/******************************************************************************
* SetErrorInfo [OLE2DISP.110]
*/
HRESULT
WINAPI
SetErrorInfo16
(
ULONG
dwReserved
,
IErrorInfo
*
perrinfo
)
{
FIXME
(
"stub: (%d, %p)
\n
"
,
dwReserved
,
perrinfo
);
return
E_INVALIDARG
;
}
dlls/ole2disp.dll16/ole2disp.dll16.spec
View file @
554715ce
...
...
@@ -107,7 +107,7 @@
107 stub DOINVOKEMETHOD
108 stub VARIANTCHANGETYPEEX
109 stub SAFEARRAYPTROFINDEX
110
stub SETERRORINFO
110
pascal SetErrorInfo(long ptr) SetErrorInfo16
111 stub GETERRORINFO
112 stub CREATEERRORINFO
113 stub _IID_IERRORINFO
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment