msctf: Stub for SetInputScope.

This commit is contained in:
Aric Stewart 2009-02-05 13:12:55 -06:00 committed by Alexandre Julliard
parent 2254a549a6
commit b7a47e7223
2 changed files with 10 additions and 1 deletions

View file

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

View file

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