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
c3058127
Commit
c3058127
authored
Jan 17, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 17, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msctf.idl: Added some missing declarations.
parent
b0071852
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
msctf.idl
include/msctf.idl
+21
-0
No files found.
include/msctf.idl
View file @
c3058127
...
...
@@ -84,6 +84,8 @@ cpp_quote("#define TF_MOD_IGNORE_ALL_MODIFIER 0x0400")
cpp_quote
(
"#define TF_PROFILETYPE_INPUTPROCESSOR 0x0001"
)
cpp_quote
(
"#define TF_PROFILETYPE_KEYBOARDLAYOUT 0x0002"
)
cpp_quote
(
"#define TF_IPSINK_FLAG_ACTIVE 0x0001"
)
interface
ITfDocumentMgr
;
interface
ITfContext
;
interface
IEnumTfDocumentMgrs
;
...
...
@@ -326,6 +328,8 @@ interface ITfContext : IUnknown
}
;
const
DWORD
TF_INVALID_COOKIE
=
0
xffffffff
;
[
object
,
uuid
(
4
ea48a35
-
60
ae
-
446
f
-
8
fd6
-
e6a8d82459f7
),
...
...
@@ -1522,3 +1526,20 @@ interface ITfThreadFocusSink : IUnknown
HRESULT
OnKillThreadFocus
()
;
}
;
[
object
,
uuid
(
71
c6e74e
-
0
f28
-
11
d8
-
a82a
-
00065b84435
c
),
pointer_default
(
unique
)
]
interface
ITfInputProcessorProfileActivationSink
:
IUnknown
{
HRESULT
OnActivated
(
[
in
]
DWORD
dwProfileType
,
[
in
]
LANGID
langid
,
[
in
]
REFCLSID
clsid
,
[
in
]
REFGUID
catid
,
[
in
]
REFGUID
guidProfile
,
[
in
]
HKL
hkl
,
[
in
]
DWORD
dwFlags
)
;
}
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