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
545771bb
Commit
545771bb
authored
Sep 22, 2000
by
Huw D M Davies
Committed by
Alexandre Julliard
Sep 22, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for CoIsOle1Class.
parent
044e082c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
ole2stubs.c
dlls/ole32/ole2stubs.c
+9
-0
ole32.spec
dlls/ole32/ole32.spec
+1
-1
No files found.
dlls/ole32/ole2stubs.c
View file @
545771bb
...
...
@@ -273,3 +273,12 @@ HRESULT WINAPI FreePropVariantArray(ULONG cVariants, /*PROPVARIANT* */void* rgva
return
S_OK
;
}
/***********************************************************************
* CoIsOle1Class [OLE32]
*/
BOOL
WINAPI
CoIsOle1Class
(
REFCLSID
clsid
)
{
FIXME
(
"%s
\n
"
,
debugstr_guid
(
clsid
));
return
FALSE
;
}
dlls/ole32/ole32.spec
View file @
545771bb
...
...
@@ -35,7 +35,7 @@ import kernel32.dll
26 stdcall CoInitialize(ptr) CoInitialize
27 stdcall CoInitializeWOW(long long) CoInitializeWOW
28 stub CoIsHandlerConnected # stdcall (ptr) return 0,ERR_NOTIMPLEMENTED
29 st
ub CoIsOle1Class # stdcall (ptr) return 0,ERR_NOTIMPLEMENTED
29 st
dcall CoIsOle1Class (ptr) CoIsOle1Class
30 stdcall CoLoadLibrary(wstr long) CoLoadLibrary
31 stdcall CoLockObjectExternal(ptr long long) CoLockObjectExternal
32 stub CoMarshalHresult # stdcall (ptr ptr) return 0,ERR_NOTIMPLEMENTED
...
...
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