Commit d25be83c authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

dbs.idl: Add missing DBROWSTATUSENUM values.

parent 8c23dc98
......@@ -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,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment