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
1adb1d8a
Commit
1adb1d8a
authored
Feb 05, 2009
by
Aric Stewart
Committed by
Alexandre Julliard
Feb 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msctf: Define ITfContextOwnerCompositionSink. This is implemented by a tsf aware application.
parent
67d00e3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
msctf.idl
include/msctf.idl
+20
-0
No files found.
include/msctf.idl
View file @
1adb1d8a
...
...
@@ -49,6 +49,7 @@ interface IEnumTfProperties;
interface
ITfRangeBackup
;
interface
IEnumTfLanguageProfiles
;
interface
ITfEditRecord
;
interface
ITfCompositionView
;
[
object
,
...
...
@@ -415,3 +416,22 @@ interface ITfTextEditSink : IUnknown
[
in
]
TfEditCookie
ecReadOnly
,
[
in
]
ITfEditRecord
*
pEditRecord
)
;
}
;
[
object
,
uuid
(
5
F20AA40
-
B57A
-
4
F34
-
96
AB
-
3576
F377CC79
),
pointer_default
(
unique
)
]
interface
ITfContextOwnerCompositionSink
:
IUnknown
{
HRESULT
OnStartComposition
(
[
in
]
ITfCompositionView
*
pComposition
,
[
out
]
BOOL
*
pfOk
)
;
HRESULT
OnUpdateComposition
(
[
in
]
ITfCompositionView
*
pComposition
,
[
in
]
ITfRange
*
pRangeNew
)
;
HRESULT
OnEndComposition
(
[
in
]
ITfCompositionView
*
pComposition
)
;
}
;
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