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
a98ac9a6
Commit
a98ac9a6
authored
Apr 22, 2009
by
Aric Stewart
Committed by
Alexandre Julliard
Apr 23, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msctf: Define the TF_MOD_* Constants.
parent
0730d4ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
msctf.idl
include/msctf.idl
+12
-0
No files found.
include/msctf.idl
View file @
a98ac9a6
...
...
@@ -38,6 +38,18 @@ typedef [uuid(7213778c-7bb0-4270-b050-6189ee594e97)] DWORD TfEditCookie;
typedef
[
uuid
(
de403c21
-
89
fd
-
4
f85
-
8b87
-
64584
d063fbc
)
]
DWORD
TfClientId
;
typedef
[
uuid
(
88
a9c478
-
f3ec
-
4763
-
8345
-
cd9250443f8d
)
]
DWORD
TfGuidAtom
;
cpp_quote
(
"#define TF_MOD_ALT 0x0001"
)
cpp_quote
(
"#define TF_MOD_CONTROL 0x0002"
)
cpp_quote
(
"#define TF_MOD_SHIFT 0x0004"
)
cpp_quote
(
"#define TF_MOD_RALT 0x0008"
)
cpp_quote
(
"#define TF_MOD_RCONTROL 0x0010"
)
cpp_quote
(
"#define TF_MOD_RSHIFT 0x0020"
)
cpp_quote
(
"#define TF_MOD_LALT 0x0040"
)
cpp_quote
(
"#define TF_MOD_LCONTROL 0x0080"
)
cpp_quote
(
"#define TF_MOD_LSHIFT 0x0100"
)
cpp_quote
(
"#define TF_MOD_ON_KEYUP 0x0200"
)
cpp_quote
(
"#define TF_MOD_IGNORE_ALL_MODIFIER 0x0400"
)
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