Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
5d5b2acf
Commit
5d5b2acf
authored
May 11, 2022
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
May 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add TF_TMF/TMAW defines.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
83651996
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
msctf.idl
include/msctf.idl
+17
-0
No files found.
include/msctf.idl
View file @
5d5b2acf
...
...
@@ -85,6 +85,23 @@ cpp_quote("#define TF_PROFILETYPE_KEYBOARDLAYOUT 0x0002")
cpp_quote
(
"#define TF_IPSINK_FLAG_ACTIVE 0x0001"
)
cpp_quote
(
"#define TF_TMAE_NOACTIVATETIP 0x00000001"
)
cpp_quote
(
"#define TF_TMAE_SECUREMODE 0x00000002"
)
cpp_quote
(
"#define TF_TMAE_UIELEMENTENABLEDONLY 0x00000004"
)
cpp_quote
(
"#define TF_TMAE_COMLESS 0x00000008"
)
cpp_quote
(
"#define TF_TMAE_WOW16 0x00000010"
)
cpp_quote
(
"#define TF_TMAE_NOACTIVATEKEYBOARDLAYOUT 0x00000020"
)
cpp_quote
(
"#define TF_TMAE_CONSOLE 0x00000040"
)
cpp_quote
(
"#define TF_TMF_NOACTIVATETIP TF_TMAE_NOACTIVATETIP"
)
cpp_quote
(
"#define TF_TMF_SECUREMODE TF_TMAE_SECUREMODE"
)
cpp_quote
(
"#define TF_TMF_UIELEMENTENABLEDONLY TF_TMAE_UIELEMENTENABLEDONLY"
)
cpp_quote
(
"#define TF_TMF_COMLESS TF_TMAE_COMLESS"
)
cpp_quote
(
"#define TF_TMF_WOW16 TF_TMAE_WOW16"
)
cpp_quote
(
"#define TF_TMF_CONSOLE TF_TMAE_CONSOLE"
)
cpp_quote
(
"#define TF_TMF_IMMERSIVEMODE 0x40000000"
)
cpp_quote
(
"#define TF_TMF_ACTIVATED 0x80000000"
)
interface
ITfDocumentMgr
;
interface
ITfContext
;
interface
IEnumTfDocumentMgrs
;
...
...
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