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
da8cdacf
Commit
da8cdacf
authored
Feb 20, 2009
by
Aric Stewart
Committed by
Alexandre Julliard
Feb 20, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msctf: Define TIP Category values.
parent
8bd19cc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
uuid.c
dlls/uuid/uuid.c
+4
-0
msctf.idl
include/msctf.idl
+6
-0
No files found.
dlls/uuid/uuid.c
View file @
da8cdacf
...
...
@@ -112,3 +112,7 @@ DEFINE_GUID(CLSID_InProcFreeMarshaler, 0x0000033a,0x0000,0x0000,0xc0,0x00,0x0
DEFINE_GUID
(
CLSID_TF_ThreadMgr
,
0x529a9e6b
,
0x6587
,
0x4f23
,
0xab
,
0x9e
,
0x9c
,
0x7d
,
0x68
,
0x3e
,
0x3c
,
0x50
);
DEFINE_GUID
(
CLSID_TF_InputProcessorProfiles
,
0x33c53a50
,
0xf456
,
0x4884
,
0xb0
,
0x49
,
0x85
,
0xfd
,
0x64
,
0x3e
,
0xcf
,
0xed
);
DEFINE_GUID
(
CLSID_TF_CategoryMgr
,
0xA4B544A1
,
0x438D
,
0x4B41
,
0x93
,
0x25
,
0x86
,
0x95
,
0x23
,
0xE2
,
0xD6
,
0xC7
);
DEFINE_GUID
(
GUID_TFCAT_TIP_KEYBOARD
,
0x34745c63
,
0xb2f0
,
0x4784
,
0x8b
,
0x67
,
0x5e
,
0x12
,
0xc8
,
0x70
,
0x1a
,
0x31
);
DEFINE_GUID
(
GUID_TFCAT_TIP_SPEECH
,
0xB5A73CD1
,
0x8355
,
0x426B
,
0xA1
,
0x61
,
0x25
,
0x98
,
0x08
,
0xF2
,
0x6B
,
0x14
);
DEFINE_GUID
(
GUID_TFCAT_TIP_HANDWRITING
,
0x246ecb87
,
0xc2f2
,
0x4abe
,
0x90
,
0x5b
,
0xc8
,
0xb3
,
0x8a
,
0xdd
,
0x2c
,
0x43
);
DEFINE_GUID
(
GUID_TFCAT_DISPLAYATTRIBUTEPROVIDER
,
0x046B8C80
,
0x1647
,
0x40F7
,
0x9B
,
0x21
,
0xB9
,
0x3B
,
0x81
,
0xAA
,
0xBC
,
0x1B
);
include/msctf.idl
View file @
da8cdacf
...
...
@@ -28,6 +28,12 @@ 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_CategoryMgr;"
)
/*
GUIDs
for
Categories
*/
cpp_quote
(
"EXTERN_C const GUID GUID_TFCAT_TIP_KEYBOARD;"
)
cpp_quote
(
"EXTERN_C const GUID GUID_TFCAT_TIP_SPEECH;"
)
cpp_quote
(
"EXTERN_C const GUID GUID_TFCAT_TIP_HANDWRITING;"
)
cpp_quote
(
"EXTERN_C const GUID GUID_TFCAT_DISPLAYATTRIBUTEPROVIDER;"
)
typedef
[
uuid
(
7213778
c
-
7b
b0
-
4270
-
b050
-
6189
ee594e97
)
]
DWORD
TfEditCookie
;
typedef
[
uuid
(
de403c21
-
89
fd
-
4
f85
-
8b87
-
64584
d063fbc
)
]
DWORD
TfClientId
;
typedef
[
uuid
(
88
a9c478
-
f3ec
-
4763
-
8345
-
cd9250443f8d
)
]
DWORD
TfGuidAtom
;
...
...
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