ole32: Stub implementation for CoGetCallerTID.

This commit is contained in:
Sylvain Petreolle 2008-10-23 09:48:25 +00:00 committed by Alexandre Julliard
parent 589d7eaa93
commit e7d951320a
2 changed files with 10 additions and 1 deletions

View File

@ -119,3 +119,12 @@ HRESULT WINAPI OleRegEnumFormatEtc (
return E_NOTIMPL;
}
/***********************************************************************
* CoGetCallerTID [OLE32.@]
*/
HRESULT WINAPI CoGetCallerTID(LPDWORD lpdwTID)
{
FIXME("stub!\n");
return E_NOTIMPL;
}

View File

@ -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