Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
7be922a2
Commit
7be922a2
authored
Nov 22, 1998
by
Eric Kohl
Committed by
Alexandre Julliard
Nov 22, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for CreateItemMoniker().
parent
0f7d521e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
moniker.c
ole/moniker.c
+16
-0
ole32.spec
relay32/ole32.spec
+3
-3
No files found.
ole/moniker.c
View file @
7be922a2
...
...
@@ -46,3 +46,19 @@ CreateFileMoniker32(
*
ppmk
=
NULL
;
return
E_FAIL
;
}
/******************************************************************************
* CreateItemMoniker32 [OLE32.58]
*/
HRESULT
WINAPI
CreateItemMoniker32
(
LPCOLESTR32
lpszDelim
,
/* [in] */
LPCOLESTR32
lpszItem
,
/* [in] */
LPMONIKER
*
ppmk
/* [out] new moniker object */
)
{
FIXME
(
ole
,
"(%s %s %p),stub!
\n
"
,
debugstr_w
(
lpszDelim
),
debugstr_w
(
lpszItem
),
ppmk
);
return
E_FAIL
;
}
relay32/ole32.spec
View file @
7be922a2
...
...
@@ -58,8 +58,8 @@ type win32
55 stdcall CreateFileMoniker(ptr ptr) CreateFileMoniker32
56 stub CreateGenericComposite
57 stub CreateILockBytesOnHGlobal
58 st
ub CreateItemMoniker
59 st
ub CreateOleAdviseHolder
58 st
dcall CreateItemMoniker(ptr ptr ptr) CreateItemMoniker32
59 st
dcall CreateOleAdviseHolder(ptr) CreateOleAdviseHolder32
60 stub CreatePointerMoniker
61 stub CreateStreamOnHGlobal
62 stub DllDebugObjectRPCHook
...
...
@@ -153,7 +153,7 @@ type win32
150 stub StgSetTimes
151 stdcall StringFromCLSID(ptr ptr) StringFromCLSID32
152 stdcall StringFromGUID2(ptr ptr long) StringFromGUID2
153 st
ub StringFromIID
153 st
dcall StringFromIID(ptr ptr) StringFromCLSID32
154 stub UtConvertDvtd16toDvtd32
155 stub UtConvertDvtd32toDvtd16
156 stub UtGetDvtd16Info
...
...
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