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
ba4f6066
Commit
ba4f6066
authored
Jun 03, 2009
by
Aric Stewart
Committed by
Alexandre Julliard
Jun 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msctf: Define ITfCompartmentMgr and ITfCompartment.
parent
156eeb08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
msctf.idl
include/msctf.idl
+34
-0
No files found.
include/msctf.idl
View file @
ba4f6066
...
...
@@ -904,3 +904,37 @@ interface ITfInsertAtSelection : IUnknown
[
in
]
IDataObject
*
pDataObject
,
[
out
]
ITfRange
**
ppRange
)
;
}
;
[
object
,
uuid
(
bb08f7a9
-
607
a
-
4384
-
8623
-
056892b64371
),
pointer_default
(
unique
)
]
interface
ITfCompartment
:
IUnknown
{
HRESULT
SetValue
(
[
in
]
TfClientId
tid
,
[
in
]
const
VARIANT
*
pvarValue
)
;
HRESULT
GetValue
(
[
out
]
VARIANT
*
pvarValue
)
;
}
;
[
object
,
uuid
(
7
dcf57ac
-
18
ad
-
438b
-824d-979
bffb74b7c
),
pointer_default
(
unique
)
]
interface
ITfCompartmentMgr
:
IUnknown
{
HRESULT
GetCompartment
(
[
in
]
REFGUID
rguid
,
[
out
]
ITfCompartment
**
ppcomp
)
;
HRESULT
ClearCompartment
(
[
in
]
TfClientId
tid
,
[
in
]
REFGUID
rguid
)
;
HRESULT
EnumCompartments
(
[
out
]
IEnumGUID
**
ppEnum
)
;
}
;
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