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
9bdcf444
Commit
9bdcf444
authored
Oct 31, 2021
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Oct 31, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add more DB_* defines.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
41663e6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
oledberr.h
include/oledberr.h
+12
-1
No files found.
include/oledberr.h
View file @
9bdcf444
...
...
@@ -30,7 +30,17 @@
#define DB_E_BADCHAPTER 0x80040e06
#define DB_E_CANTCONVERTVALUE 0x80040e07
#define DB_E_BADBINDINFO 0x80040e08
#define DB_SEC_E_PERMISSIONDENIED 0x80040e09
#define DB_E_NOTAREFERENCECOLUMN 0x80040e0a
#define DB_E_LIMITREJECTED 0x80040e0b
#define DB_E_NOCOMMAND 0x80040e0c
#define DB_E_COSTLIMIT 0x80040e0d
#define DB_E_BADBOOKMARK 0x80040e0e
#define DB_E_BADLOCKMODE 0x80040e0f
#define DB_E_PARAMNOTOPTIONAL 0x80040e10
#define DB_E_BADCOLUMNID 0x80040e11
#define DB_E_BADRATIO 0x80040e12
#define DB_E_BADVALUES 0x80040e13
#define DB_E_ERRORSINCOMMAND 0x80040e14
#define DB_E_CANTCANCEL 0x80040e15
#define DB_E_DIALECTNOTSUPPORTED 0x80040e16
...
...
@@ -86,6 +96,7 @@
#define DB_S_BOOKMARKSKIPPED 0x00040ec3
#define DB_S_NONEXTROWSET 0x00040ec5
#define DB_S_ENDOFROWSET 0x00040ec6
#define DB_S_DIALECTIGNORED 0x00040ecd
#define DB_S_ERRORSOCCURRED 0x00040eda
#endif
/* __WINE_OLEDBERR_H */
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