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
9e5b4eb0
Commit
9e5b4eb0
authored
Mar 14, 2013
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 14, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msctf.idl: Added ITfContextOwnerServices declaration.
parent
b1d7517a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
+55
-0
msctf.idl
include/msctf.idl
+55
-0
No files found.
include/msctf.idl
View file @
9e5b4eb0
...
...
@@ -106,6 +106,16 @@ cpp_quote("#if 0")
typedef
[
uuid
(
4
f5d560f
-
5
ab5
-
4
dde
-
8
c4d
-
404592857
ab0
)
]
UINT_PTR
HKL
;
cpp_quote
(
"#endif"
)
typedef
[
uuid
(
e26d9e1d
-691e-4
f29
-
90
d7
-
338
dcf1f8cef
)
]
struct
TF_PERSISTENT_PROPERTY_HEADER_ACP
{
GUID
guidType
;
LONG
ichStart
;
LONG
cch
;
ULONG
cb
;
DWORD
dwPrivate
;
CLSID
clsidTIP
;
}
TF_PERSISTENT_PROPERTY_HEADER_ACP
;
typedef
[
uuid
(
e1b5808d
-
1
e46
-
4
c19
-
84
dc
-
68
c5f5978cc8
)
]
struct
TF_LANGUAGEPROFILE
{
CLSID
clsid
;
...
...
@@ -1301,6 +1311,51 @@ interface ITfContextOwnerCompositionServices : ITfContextComposition
[
object
,
uuid
(
4
ef89150
-
0807
-
11
d3
-
8
df0
-
00105
a2799b5
),
pointer_default
(
unique
)
]
interface
ITfPersistentPropertyLoaderACP
:
IUnknown
{
HRESULT
LoadProperty
(
[
in
]
const
TF_PERSISTENT_PROPERTY_HEADER_ACP
*
pHdr
,
[
out
]
IStream
**
ppStream
)
;
}
[
object
,
uuid
(
b23eb630
-
3
e1c
-
11
d3
-
a745
-
0050040
ab407
),
pointer_default
(
unique
)
]
interface
ITfContextOwnerServices
:
IUnknown
{
HRESULT
OnLayoutChange
()
;
HRESULT
OnStatusChange
(
[
in
]
DWORD
dwFlags
)
;
HRESULT
OnAttributeChange
(
[
in
]
REFGUID
rguidAttribute
)
;
HRESULT
Serialize
(
[
in
]
ITfProperty
*
pProp
,
[
in
]
ITfRange
*
pRange
,
[
out
]
TF_PERSISTENT_PROPERTY_HEADER_ACP
*
pHdr
,
[
in
]
IStream
*
pStream
)
;
HRESULT
Unserialize
(
[
in
]
ITfProperty
*
pProp
,
[
in
]
const
TF_PERSISTENT_PROPERTY_HEADER_ACP
*
pHdr
,
[
in
]
IStream
*
pStream
,
[
in
]
ITfPersistentPropertyLoaderACP
*
pLoader
)
;
HRESULT
ForceLoadProperty
(
[
in
]
ITfProperty
*
pProp
)
;
HRESULT
CreateRange
(
[
in
]
LONG
acpStart
,
[
in
]
LONG
acpEnd
,
[
out
]
ITfRangeACP
**
ppRange
)
;
}
[
object
,
uuid
(
17
d49a3d
-
f8b8
-
4b2
f
-
b254
-
52319
dd64c53
),
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