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
7582ebcd
Commit
7582ebcd
authored
Feb 24, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Feb 24, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add DBCOLUMNFLAGS_ enums values.
parent
653321a2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
dbs.idl
include/dbs.idl
+27
-0
No files found.
include/dbs.idl
View file @
7582ebcd
...
...
@@ -816,6 +816,33 @@ enum DBCOLUMNFLAGSENUM {
DBCOLUMNFLAGS_CACHEDEFERRED
=
0
x1000
}
;
enum
DBCOLUMNFLAGS15ENUM
{
DBCOLUMNFLAGS_ISCHAPTER
=
0
x002000
}
;
enum
DBCOLUMNFLAGSENUM20
{
DBCOLUMNFLAGS_SCALEISNEGATIVE
=
0
x004000
,
DBCOLUMNFLAGS_RESERVED
=
0
x008000
}
;
enum
DBCOLUMNFLAGSENUM21
{
DBCOLUMNFLAGS_ISROWURL
=
0
x010000
,
DBCOLUMNFLAGS_ISDEFAULTSTREAM
=
0
x020000
,
DBCOLUMNFLAGS_ISCOLLECTION
=
0
x040000
}
;
enum
DBCOLUMNFLAGSENUM26
{
DBCOLUMNFLAGS_ISSTREAM
=
0
x080000
,
DBCOLUMNFLAGS_ISROWSET
=
0
x100000
,
DBCOLUMNFLAGS_ISROW
=
0
x200000
,
DBCOLUMNFLAGS_ROWSPECIFICCOLUMN
=
0
x400000
}
;
enum
DBCOLUMNFLAGSDEPRECATED
{
DBCOLUMNFLAGS_KEYCOLUMN
=
0
x008000
}
;
typedef
struct
tagDBCOLUMNINFO
{
LPOLESTR
pwszName
;
ITypeInfo
*
pTypeInfo
;
...
...
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