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
844efaee
Commit
844efaee
authored
Sep 12, 2023
by
Biswapriyo Nath
Committed by
Alexandre Julliard
Sep 13, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IEnumTfPropertyValue definition in msctf.idl.
parent
0c777a7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
msctf.idl
include/msctf.idl
+27
-0
No files found.
include/msctf.idl
View file @
844efaee
...
...
@@ -166,6 +166,12 @@ typedef [uuid(77c12f95-b783-450d-879f-1cd2362c6521)] struct TF_PRESERVEDKEY
typedef
[
uuid
(
5
a886226
-
ae9a
-
489b
-
b991
-
2b1
e25ee59a9
)
]
enum
{
TF_ANCHOR_START
=
0
,
TF_ANCHOR_END
=
1
}
TfAnchor
;
typedef
[
uuid
(
d678c645
-
eb6a
-
45
c9
-
b4ee
-
0
f3e3a991348
)
]
struct
TF_PROPERTYVAL
{
GUID
guidId
;
VARIANT
varValue
;
}
TF_PROPERTYVAL
;
[
object
,
uuid
(
101
d6610
-
0990
-
11
d3
-
8
df0
-
00105
a2799b5
),
...
...
@@ -377,6 +383,27 @@ interface IEnumTfProperties : IUnknown
[
object
,
uuid
(
8
ed8981b
-
7
c10
-
4
d7d
-
9
fb3
-
ab72e9c75f72
),
pointer_default
(
unique
)
]
interface
IEnumTfPropertyValue
:
IUnknown
{
HRESULT
Clone
(
[
out
]
IEnumTfPropertyValue
**
property_value
)
;
HRESULT
Next
(
[
in
]
ULONG
count
,
[
out
,
size_is
(
count
),
length_is
(
*
fetched
)
]
TF_PROPERTYVAL
*
values
,
[
out
]
ULONG
*
fetched
)
;
HRESULT
Reset
()
;
HRESULT
Skip
(
[
in
]
ULONG
count
)
;
}
[
object
,
uuid
(
463
a506d
-
6992
-
49
d2
-
9b88
-
93
d55e70bb16
),
pointer_default
(
unique
)
]
...
...
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