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
97ac282f
Commit
97ac282f
authored
Jul 18, 2003
by
Mike McCormack
Committed by
Alexandre Julliard
Jul 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Created stub for CreateClassMoniker.
parent
604f0e95
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
moniker.c
dlls/ole32/moniker.c
+11
-0
ole32.spec
dlls/ole32/ole32.spec
+1
-1
No files found.
dlls/ole32/moniker.c
View file @
97ac282f
...
...
@@ -522,3 +522,14 @@ HRESULT WINAPI MkParseDisplayName(LPBC pbc, LPCOLESTR szUserName,
return
MK_E_SYNTAX
;
}
/******************************************************************************
* CreateClassMoniker [OLE32.*]
*/
HRESULT
WINAPI
CreateClassMoniker
(
REFCLSID
rclsid
,
IMoniker
**
ppmk
)
{
FIXME
(
"%s
\n
"
,
debugstr_guid
(
rclsid
));
if
(
ppmk
)
*
ppmk
=
NULL
;
return
E_NOTIMPL
;
}
dlls/ole32/ole32.spec
View file @
97ac282f
...
...
@@ -174,7 +174,7 @@
174 stub CoRevertToSelf # stdcall () return 0,ERR_NOTIMPLEMENTED
175 stub CoSetProxyBlanket # stdcall (ptr long long wstr long long ptr long) return 0,ERR_NOTIMPLEMENTED
176 stub CoSuspendClassObjects # stdcall () return 0,ERR_NOTIMPLEMENTED
177 st
ub CreateClassMoniker # stdcall (ptr ptr) return 0,ERR_NOTIMPLEMENTED
177 st
dcall CreateClassMoniker(ptr ptr)
178 stub CLIPFORMAT_UserFree
179 stub CLIPFORMAT_UserMarshal
180 stub CLIPFORMAT_UserSize
...
...
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