Commit e7d95132 authored by Sylvain Petreolle's avatar Sylvain Petreolle Committed by Alexandre Julliard

ole32: Stub implementation for CoGetCallerTID.

parent 589d7eaa
......@@ -119,3 +119,12 @@ HRESULT WINAPI OleRegEnumFormatEtc (
return E_NOTIMPL;
}
/***********************************************************************
* CoGetCallerTID [OLE32.@]
*/
HRESULT WINAPI CoGetCallerTID(LPDWORD lpdwTID)
{
FIXME("stub!\n");
return E_NOTIMPL;
}
......@@ -22,7 +22,7 @@
@ stdcall CoFreeUnusedLibraries()
@ stdcall CoFreeUnusedLibrariesEx(long long)
@ stdcall CoGetCallContext(ptr ptr)
@ stub CoGetCallerTID
@ stdcall CoGetCallerTID(ptr)
@ stdcall CoGetClassObject(ptr long ptr ptr ptr)
@ stdcall CoGetContextToken(ptr)
@ stub CoGetCurrentLogicalThreadId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment