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
462d2129
Commit
462d2129
authored
Jan 28, 2013
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 28, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
textstor.idl: Added TS_ATTR_FIND_* constants.
parent
6382bc52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
textstor.idl
include/textstor.idl
+7
-0
No files found.
include/textstor.idl
View file @
462d2129
...
...
@@ -109,6 +109,13 @@ typedef [uuid(2cc2b33f-1174-4507-b8d9-5bc0eb37c197)] struct TS_ATTRVAL
VARIANT
varValue
;
}
TS_ATTRVAL
;
const
DWORD
TS_ATTR_FIND_BACKWARDS
=
0
x0001
;
const
DWORD
TS_ATTR_FIND_WANT_OFFSET
=
0
x0002
;
const
DWORD
TS_ATTR_FIND_UPDATESTART
=
0
x0004
;
const
DWORD
TS_ATTR_FIND_WANT_VALUE
=
0
x0008
;
const
DWORD
TS_ATTR_FIND_WANT_END
=
0
x0010
;
const
DWORD
TS_ATTR_FIND_HIDDEN
=
0
x0020
;
typedef
[
uuid
(
7899
d7c4
-
5
f07
-
493
c
-
a89a
-
fac8e777f476
)
]
enum
{
TS_LC_CREATE
,
TS_LC_CHANGE
,
TS_LC_DESTROY
}
TsLayoutCode
;
typedef
[
uuid
(
1
faf509e
-
44
c1
-458e-950
a
-
38
a96705a62b
)
]
DWORD
TsViewCookie
;
...
...
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