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
383e223c
Commit
383e223c
authored
Sep 01, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msctf.idl: Added ITfMouse* interfaces.
parent
f02ff7f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
msctf.idl
include/msctf.idl
+45
-0
No files found.
include/msctf.idl
View file @
383e223c
...
...
@@ -1556,3 +1556,48 @@ interface ITfInputProcessorProfileActivationSink : IUnknown
[
in
]
HKL
hkl
,
[
in
]
DWORD
dwFlags
)
;
}
[
object
,
local
,
uuid
(
a1adaaa2
-
3
a24
-
449
d
-
ac96
-
5183
e7f5c217
),
pointer_default
(
unique
)
]
interface
ITfMouseSink
:
IUnknown
{
HRESULT
OnMouseEvent
(
[
in
]
ULONG
uEdge
,
[
in
]
ULONG
uQuadrant
,
[
in
]
DWORD
dwBtnStatus
,
[
out
]
BOOL
*
pfEaten
)
;
}
[
object
,
uuid
(
09
d146cd
-
a544
-
4132
-
925b
-
7
afa8ef322d0
),
pointer_default
(
unique
)
]
interface
ITfMouseTracker
:
IUnknown
{
HRESULT
AdviseMouseSink
(
[
in
]
ITfRange
*
range
,
[
in
]
ITfMouseSink
*
pSink
,
[
out
]
DWORD
*
pdwCookie
)
;
HRESULT
UnadviseMouseSink
(
[
in
]
DWORD
dwCookie
)
;
}
[
object
,
uuid
(
3b
dd78e2
-
c16e
-
47
fd
-
b883
-
ce6facc1a208
),
pointer_default
(
unique
)
]
interface
ITfMouseTrackerACP
:
IUnknown
{
HRESULT
AdviseMouseSink
(
[
in
]
ITfRangeACP
*
range
,
[
in
]
ITfMouseSink
*
pSink
,
[
out
]
DWORD
*
pdwCookie
)
;
HRESULT
UnadviseMouseSink
(
[
in
]
DWORD
dwCookie
)
;
}
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