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
b3ecc6e6
Commit
b3ecc6e6
authored
Jul 19, 2009
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 20, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
textstor.idl: Added more error code declarations.
parent
1c46be7a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
textstor.idl
include/textstor.idl
+15
-1
No files found.
include/textstor.idl
View file @
b3ecc6e6
...
...
@@ -20,8 +20,19 @@
import
"oaidl.idl"
;
#
endif
cpp_quote
(
"#define TS_E_
READONLY MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0209
)"
)
cpp_quote
(
"#define TS_E_
INVALIDPOS MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0200
)"
)
cpp_quote
(
"#define TS_E_NOLOCK MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0201)"
)
cpp_quote
(
"#define TS_E_NOOBJECT MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0202)"
)
cpp_quote
(
"#define TS_E_NOSERVICE MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0203)"
)
cpp_quote
(
"#define TS_E_NOINTERFACE MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0204)"
)
cpp_quote
(
"#define TS_E_NOSELECTION MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0205)"
)
cpp_quote
(
"#define TS_E_NOLAYOUT MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0206)"
)
cpp_quote
(
"#define TS_E_INVALIDPOINT MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0207)"
)
cpp_quote
(
"#define TS_E_SYNCHRONOUS MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0208)"
)
cpp_quote
(
"#define TS_E_READONLY MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x0209)"
)
cpp_quote
(
"#define TS_E_FORMAT MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x020a)"
)
cpp_quote
(
"#define TS_S_ASYNC MAKE_HRESULT(SEVERITY_SUCCESS, FACILITY_ITF, 0x0300)"
)
const
ULONG
TS_DEFAULT_SELECTION
=
~
0u
;
...
...
@@ -50,6 +61,9 @@ const WCHAR TS_CHAR_EMBEDDED = 0xfffc;
const
WCHAR
TS_CHAR_REGION
=
0
x0000
;
const
WCHAR
TS_CHAR_REPLACEMENT
=
0
xfffd
;
const
DWORD
TS_IAS_NOQUERY
=
0
x1
;
const
DWORD
TS_IAS_QUERYONLY
=
0
x2
;
typedef
[
uuid
(
05
fcf85b
-
5
e9c
-
4
c3e
-
ab71
-
29471
d4f38e7
)
]
enum
{
TS_AE_NONE
,
TS_AE_START
,
TS_AE_END
}
TsActiveSelEnd
;
typedef
[
uuid
(
033b0
df0
-
f193
-
4170
-
b47b
-
141
afc247878
)
]
enum
{
TS_RT_PLAIN
,
TS_RT_HIDDEN
,
TS_RT_OPAQUE
}
TsRunType
;
typedef
[
uuid
(
ef3457d9
-
8446
-
49
a7
-
a9e6
-
b50d9d5f3fd9
)
]
GUID
TS_ATTRID
;
...
...
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