Commit b7a47e72 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

msctf: Stub for SetInputScope.

parent 2254a549
......@@ -224,3 +224,12 @@ HRESULT WINAPI TF_GetThreadMgr(ITfThreadMgr **pptim)
return S_OK;
}
/***********************************************************************
* SetInputScope(MSCTF.@)
*/
HRESULT WINAPI SetInputScope(HWND hwnd, INT inputscope)
{
FIXME("STUB: %p %i\n",hwnd,inputscope);
return S_OK;
}
......@@ -2,7 +2,7 @@
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()
@ stub SetInputScope
@ stdcall SetInputScope(long long)
@ stub SetInputScopeXML
@ stub SetInputScopes
@ stub TF_CUASAppFix
......
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