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
d25be83c
Commit
d25be83c
authored
Jun 05, 2013
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jun 06, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbs.idl: Add missing DBROWSTATUSENUM values.
parent
8c23dc98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
dbs.idl
include/dbs.idl
+20
-3
No files found.
include/dbs.idl
View file @
d25be83c
...
...
@@ -500,9 +500,26 @@ typedef DWORD DBROWSTATUS;
enum
DBROWSTATUSENUM
{
DBROWSTATUS_S_OK
=
0
,
/*
FIXME
*/
DBROWSTATUS_E_FAIL
=
19
,
DBROWSTATUS_S_OK
,
DBROWSTATUS_S_LOCKUPGRADED
,
DBROWSTATUS_S_MULTIPLECHANGES
,
DBROWSTATUS_S_PENDINGCHANGES
,
DBROWSTATUS_E_CANCELED
,
DBROWSTATUS_E_CANTLOCKROW
,
DBROWSTATUS_E_CANTRELEASE
,
DBROWSTATUS_E_CONCURRENCYVIOLATION
,
DBROWSTATUS_E_DELETED
,
DBROWSTATUS_E_PENDINGINSERT
,
DBROWSTATUS_E_NEWLYINSERTED
,
DBROWSTATUS_E_INTEGRITYVIOLATION
,
DBROWSTATUS_E_INVALID
,
DBROWSTATUS_E_MAXPENDCHANGESEXCEEDED
,
DBROWSTATUS_E_OBJECTOPEN
,
DBROWSTATUS_E_OUTOFMEMORY
,
DBROWSTATUS_E_PERMISSIONDENIED
,
DBROWSTATUS_E_LIMITREACHED
,
DBROWSTATUS_E_SCHEMAVIOLATION
,
DBROWSTATUS_E_FAIL
,
}
;
...
...
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