ole32: Stub implementation for CoGetCallerTID.
This commit is contained in:
parent
589d7eaa93
commit
e7d951320a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue