Aric Stewart : msctf: Stub for SetInputScope.

Alexandre Julliard julliard at winehq.org
Fri Feb 6 09:55:39 CST 2009


Module: wine
Branch: master
Commit: b7a47e72236d4e55148c24fa7e7529532349cad7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b7a47e72236d4e55148c24fa7e7529532349cad7

Author: Aric Stewart <aric at codeweavers.com>
Date:   Thu Feb  5 13:12:55 2009 -0600

msctf: Stub for SetInputScope.

---

 dlls/msctf/msctf.c    |    9 +++++++++
 dlls/msctf/msctf.spec |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/dlls/msctf/msctf.c b/dlls/msctf/msctf.c
index 78b2bc3..314a5c4 100644
--- a/dlls/msctf/msctf.c
+++ b/dlls/msctf/msctf.c
@@ -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;
+}
diff --git a/dlls/msctf/msctf.spec b/dlls/msctf/msctf.spec
index faa9019..d6e6b66 100644
--- a/dlls/msctf/msctf.spec
+++ b/dlls/msctf/msctf.spec
@@ -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




More information about the wine-cvs mailing list