Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
47981116
Commit
47981116
authored
Apr 20, 2017
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added DB_MODE_* constants.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9bf9a959
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
dbs.idl
include/dbs.idl
+7
-0
No files found.
include/dbs.idl
View file @
47981116
...
...
@@ -519,6 +519,13 @@ cpp_quote("#define DBPROPVAL_OS_CLIENTCURSOR __MSABI_LONG(0x00000004)"
cpp_quote
(
"#define DBPROPVAL_OS_ENABLEALL __MSABI_LONG(0xffffffff)"
)
cpp_quote
(
"#define DBPROPVAL_BI_CROSSROWSET __MSABI_LONG(0x00000001)"
)
cpp_quote
(
"#define DB_MODE_READ 0x01"
)
cpp_quote
(
"#define DB_MODE_WRITE 0x02"
)
cpp_quote
(
"#define DB_MODE_READWRITE 0x03"
)
cpp_quote
(
"#define DB_MODE_SHARE_DENY_READ 0x04"
)
cpp_quote
(
"#define DB_MODE_SHARE_DENY_WRITE 0x08"
)
cpp_quote
(
"#define DB_MODE_SHARE_EXCLUSIVE 0x0c"
)
cpp_quote
(
"#define DB_MODE_SHARE_DENY_NONE 0x10"
)
typedef
struct
tagDBCOLUMNACCESS
{
...
...
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