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
38fb26fb
Commit
38fb26fb
authored
Jun 23, 2015
by
Thomas Faber
Committed by
Alexandre Julliard
Jun 25, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dimm.idl: Add IActiveIMMMessagePumpOwner.
parent
3cda8704
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
dimm.idl
include/dimm.idl
+15
-1
No files found.
include/dimm.idl
View file @
38fb26fb
...
...
@@ -579,6 +579,20 @@ interface IActiveIMMApp : IUnknown
}
[
object
,
uuid
(
b5cf2cfa
-
8
aeb
-
11
d1
-
9364
-
0060b067b86
e
),
pointer_default
(
unique
)
]
interface
IActiveIMMMessagePumpOwner
:
IUnknown
{
HRESULT
Start
()
;
HRESULT
End
()
;
HRESULT
OnTranslateMessage
(
[
in
]
const
MSG
*
msg
)
;
HRESULT
Pause
(
[
out
]
DWORD
*
cookie
)
;
HRESULT
Resume
(
[
in
]
DWORD
cookie
)
;
}
[
uuid
(
4955
dd33
-
b159
-
11
d0
-
8
fcf
-
00
aa006bcc59
)
]
coclass
CActiveIMM
...
...
@@ -586,5 +600,5 @@ coclass CActiveIMM
[
default
]
interface
IActiveIMMApp
;
/*
interface
IActiveIMMIME
; */
/*
interface
IActiveIMMRegistrar
; */
/*
interface
IActiveIMMMessagePumpOwner
; */
interface
IActiveIMMMessagePumpOwner
;
}
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