Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
fac0d945
Commit
fac0d945
authored
Jun 30, 2009
by
Aric Stewart
Committed by
Alexandre Julliard
Jul 01, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msctf: Implement TF_CreateInputProcessorProfiles.
parent
04b9f025
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
msctf.c
dlls/msctf/msctf.c
+9
-0
msctf.spec
dlls/msctf/msctf.spec
+1
-1
msctf.idl
include/msctf.idl
+1
-0
No files found.
dlls/msctf/msctf.c
View file @
fac0d945
...
@@ -600,3 +600,12 @@ HRESULT WINAPI SetInputScopes(HWND hwnd, const INT *pInputScopes,
...
@@ -600,3 +600,12 @@ HRESULT WINAPI SetInputScopes(HWND hwnd, const INT *pInputScopes,
return
S_OK
;
return
S_OK
;
}
}
/***********************************************************************
* TF_CreateInputProcessorProfiles(MSCTF.@)
*/
HRESULT
WINAPI
TF_CreateInputProcessorProfiles
(
ITfInputProcessorProfiles
**
ppipr
)
{
return
InputProcessorProfiles_Constructor
(
NULL
,(
IUnknown
**
)
ppipr
);
}
dlls/msctf/msctf.spec
View file @
fac0d945
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
@ stub TF_CreateCategoryMgr
@ stub TF_CreateCategoryMgr
@ stub TF_CreateCicLoadMutex
@ stub TF_CreateCicLoadMutex
@ stub TF_CreateDisplayAttributeMgr
@ stub TF_CreateDisplayAttributeMgr
@ st
ub TF_CreateInputProcessorProfiles
@ st
dcall TF_CreateInputProcessorProfiles(ptr)
@ stub TF_CreateLangBarItemMgr
@ stub TF_CreateLangBarItemMgr
@ stub TF_CreateLangBarMgr
@ stub TF_CreateLangBarMgr
@ stdcall TF_CreateThreadMgr(ptr)
@ stdcall TF_CreateThreadMgr(ptr)
...
...
include/msctf.idl
View file @
fac0d945
...
@@ -31,6 +31,7 @@ cpp_quote("#define TF_E_NOLOCK MAKE_HRESULT(SEVERITY_ERROR, FACILITY_IT
...
@@ -31,6 +31,7 @@ cpp_quote("#define TF_E_NOLOCK MAKE_HRESULT(SEVERITY_ERROR, FACILITY_IT
cpp_quote
(
"HRESULT WINAPI TF_CreateThreadMgr(ITfThreadMgr **pptim);"
)
cpp_quote
(
"HRESULT WINAPI TF_CreateThreadMgr(ITfThreadMgr **pptim);"
)
cpp_quote
(
"HRESULT WINAPI TF_GetThreadMgr(ITfThreadMgr **pptim);"
)
cpp_quote
(
"HRESULT WINAPI TF_GetThreadMgr(ITfThreadMgr **pptim);"
)
cpp_quote
(
"HRESULT WINAPI TF_CreateInputProcessorProfiles(ITfInputProcessorProfiles **ppipr);"
)
cpp_quote
(
"EXTERN_C const CLSID CLSID_TF_ThreadMgr;"
)
cpp_quote
(
"EXTERN_C const CLSID CLSID_TF_ThreadMgr;"
)
cpp_quote
(
"EXTERN_C const CLSID CLSID_TF_InputProcessorProfiles;"
)
cpp_quote
(
"EXTERN_C const CLSID CLSID_TF_InputProcessorProfiles;"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment