Added stub for CreateBindCtx() and added missing CoGetClassObject()

to *.spec file. Makes Internet Explorer 4.01 happy ;-)
This commit is contained in:
Eric Kohl 1998-11-08 11:40:00 +00:00 committed by Alexandre Julliard
parent c4b54f8fe6
commit 3a230263ac
2 changed files with 13 additions and 2 deletions

View File

@ -125,3 +125,14 @@ HRESULT WINAPI RevokeDragDrop32(
FIXME(ole,"(0x%04x),stub!\n",hwnd);
return S_OK;
}
/***********************************************************************
* CreateBindCtx32 [OLE32.52]
*/
HRESULT WINAPI CreateBindCtx32 (DWORD reserved, LPVOID *ppbc)
{
FIXME(ole,"(0x%08x %p): stub!\n", reserved, ppbc);
*ppbc = 0;
// return S_OK;
return E_OUTOFMEMORY;
}

View File

@ -16,7 +16,7 @@ type win32
13 stdcall CoFreeLibrary(long) CoFreeLibrary
14 stdcall CoFreeUnusedLibraries() CoFreeUnusedLibraries
15 stub CoGetCallerTID
16 stub CoGetClassObject
16 stdcall CoGetClassObject(ptr long ptr ptr ptr) CoGetClassObject
17 stub CoGetCurrentLogicalThreadId
18 stdcall CoGetCurrentProcess() CoGetCurrentProcess
19 stub CoGetInterfaceAndReleaseStream
@ -52,7 +52,7 @@ type win32
49 stub CoUnmarshalHresult
50 stub CoUnmarshalInterface
51 stub CreateAntiMoniker
52 stub CreateBindCtx
52 stdcall CreateBindCtx(long ptr) CreateBindCtx32
53 stub CreateDataAdviseHolder
54 stub CreateDataCache
55 stdcall CreateFileMoniker(ptr ptr) CreateFileMoniker32