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
664b5cb0
Commit
664b5cb0
authored
Jan 21, 2020
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jan 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add enum DBPROPFLAGSENUM.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
12f5fa1f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
dbs.idl
include/dbs.idl
+18
-0
No files found.
include/dbs.idl
View file @
664b5cb0
...
...
@@ -95,6 +95,24 @@ typedef struct tagDBPROPSET {
typedef
DWORD
DBPROPFLAGS
;
enum
DBPROPFLAGSENUM
{
DBPROPFLAGS_NOTSUPPORTED
=
0
x0000
,
DBPROPFLAGS_COLUMN
=
0
x0001
,
DBPROPFLAGS_DATASOURCE
=
0
x0002
,
DBPROPFLAGS_DATASOURCECREATE
=
0
x0004
,
DBPROPFLAGS_DATASOURCEINFO
=
0
x0008
,
DBPROPFLAGS_DBINIT
=
0
x0010
,
DBPROPFLAGS_INDEX
=
0
x0020
,
DBPROPFLAGS_ROWSET
=
0
x0040
,
DBPROPFLAGS_TABLE
=
0
x0080
,
DBPROPFLAGS_COLUMNOK
=
0
x0100
,
DBPROPFLAGS_READ
=
0
x0200
,
DBPROPFLAGS_WRITE
=
0
x0400
,
DBPROPFLAGS_REQUIRED
=
0
x0800
,
DBPROPFLAGS_SESSION
=
0
x1000
,
}
;
typedef
struct
tagDBPROPINFO
{
LPOLESTR
pwszDescription
;
DBPROPID
dwPropertyID
;
...
...
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