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
6fd25a45
Commit
6fd25a45
authored
Nov 28, 2014
by
Austin English
Committed by
Alexandre Julliard
Dec 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole2disp: Add a stub for VariantChangeTypeEx.
parent
0cb87228
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
ole2disp.c
dlls/ole2disp.dll16/ole2disp.c
+9
-0
ole2disp.dll16.spec
dlls/ole2disp.dll16/ole2disp.dll16.spec
+2
-2
No files found.
dlls/ole2disp.dll16/ole2disp.c
View file @
6fd25a45
...
...
@@ -260,6 +260,15 @@ HRESULT WINAPI RegisterActiveObject16(
}
/******************************************************************************
* VariantChangeTypeEx [OLE2DISP.108]
*/
HRESULT
WINAPI
VariantChangeTypeEx16
(
VARIANTARG
*
dest
,
const
VARIANTARG
*
src
,
LCID
lcid
,
USHORT
flags
,
VARTYPE
vt
)
{
FIXME
(
"stub: %p %p %d %d %d
\n
"
,
dest
,
src
,
lcid
,
flags
,
vt
);
return
E_INVALIDARG
;
}
/******************************************************************************
* SetErrorInfo [OLE2DISP.110]
*/
HRESULT
WINAPI
SetErrorInfo16
(
ULONG
dwReserved
,
IErrorInfo
*
perrinfo
)
...
...
dlls/ole2disp.dll16/ole2disp.dll16.spec
View file @
6fd25a45
...
...
@@ -9,7 +9,7 @@
9 stub VARIANTCLEAR
10 stub VARIANTCOPY
11 stub VARIANTCOPYIND
12 pascal V
ARIANTCHANGETYPE(ptr ptr long long
) VariantChangeType16
12 pascal V
ariantChangeType(ptr ptr word word
) VariantChangeType16
13 stub VARIANTTIMETODOSDATETIME
14 stub DOSDATETIMETOVARIANTTIME
15 stub SAFEARRAYCREATE
...
...
@@ -105,7 +105,7 @@
105 stub VARBOOLFROMSTR
106 stub VARBOOLFROMDISP
107 stub DOINVOKEMETHOD
108
stub VARIANTCHANGETYPEEX
108
pascal VariantChangeTypeEx(ptr ptr long word word) VariantChangeTypeEx16
109 stub SAFEARRAYPTROFINDEX
110 pascal SetErrorInfo(long ptr) SetErrorInfo16
111 stub GETERRORINFO
...
...
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