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
06db5a98
Commit
06db5a98
authored
Jun 04, 2013
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jun 05, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbs.idl: Add missing DBPROPNUM* enums.
parent
dd0b719a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
106 additions
and
0 deletions
+106
-0
dbs.idl
include/dbs.idl
+106
-0
No files found.
include/dbs.idl
View file @
06db5a98
...
...
@@ -347,6 +347,112 @@ enum DBPROPENUM
DBPROP_NOTIFYROWSETCHANGED
=
0
x000000d3
,
}
;
enum
DBPROPENUM15
{
DBPROP_FILTERCOMPAREOPS
=
0
x000000d1
,
DBPROP_FINDCOMPAREOPS
=
0
x000000d2
,
DBPROP_IChapteredRowset
=
0
x000000ca
,
DBPROP_IDBAsynchStatus
=
0
x000000cb
,
DBPROP_IRowsetFind
=
0
x000000cc
,
DBPROP_IRowsetView
=
0
x000000d4
,
DBPROP_IViewChapter
=
0
x000000d5
,
DBPROP_IViewFilter
=
0
x000000d6
,
DBPROP_IViewRowset
=
0
x000000d7
,
DBPROP_IViewSort
=
0
x000000d8
,
DBPROP_INIT_ASYNCH
=
0
x000000c8
,
DBPROP_MAXOPENCHAPTERS
=
0
x000000c7
,
DBPROP_MAXORSINFILTER
=
0
x000000cd
,
DBPROP_MAXSORTCOLUMNS
=
0
x000000ce
,
DBPROP_ROWSET_ASYNCH
=
0
x000000c9
,
DBPROP_SORTONINDEX
=
0
x000000cf
}
;
enum
DBPROPENUM20
{
DBPROP_IMultipleResults
=
0
x000000d9
,
DBPROP_DATASOURCE_TYPE
=
0
x000000fb
,
MDPROP_AXES
=
0
x000000fc
,
MDPROP_FLATTENING_SUPPORT
=
0
x000000fd
,
MDPROP_MDX_JOINCUBES
=
0
x000000fe
,
MDPROP_NAMED_LEVELS
=
0
x000000ff
,
MDPROP_RANGEROWSET
=
0
x00000100
,
MDPROP_MDX_SLICER
=
0
x000000da
,
MDPROP_MDX_CUBEQUALIFICATION
=
0
x000000db
,
MDPROP_MDX_OUTERREFERENCE
=
0
x000000dc
,
MDPROP_MDX_QUERYBYPROPERTY
=
0
x000000dd
,
MDPROP_MDX_CASESUPPORT
=
0
x000000de
,
MDPROP_MDX_STRING_COMPOP
=
0
x000000e0
,
MDPROP_MDX_DESCFLAGS
=
0
x000000e1
,
MDPROP_MDX_SET_FUNCTIONS
=
0
x000000e2
,
MDPROP_MDX_MEMBER_FUNCTIONS
=
0
x000000e3
,
MDPROP_MDX_NUMERIC_FUNCTIONS
=
0
x000000e4
,
MDPROP_MDX_FORMULAS
=
0
x000000e5
,
MDPROP_AGGREGATECELL_UPDATE
=
0
x000000e6
,
MDPROP_MDX_AGGREGATECELL_UPDATE
=
MDPROP_AGGREGATECELL_UPDATE
,
MDPROP_MDX_OBJQUALIFICATION
=
0
x00000105
,
MDPROP_MDX_NONMEASURE_EXPRESSIONS
=
0
x00000106
,
DBPROP_ACCESSORDER
=
0
x000000e7
,
DBPROP_BOOKMARKINFO
=
0
x000000e8
,
DBPROP_INIT_CATALOG
=
0
x000000e9
,
DBPROP_ROW_BULKOPS
=
0
x000000ea
,
DBPROP_PROVIDERFRIENDLYNAME
=
0
x000000eb
,
DBPROP_LOCKMODE
=
0
x000000ec
,
DBPROP_MULTIPLECONNECTIONS
=
0
x000000ed
,
DBPROP_UNIQUEROWS
=
0
x000000ee
,
DBPROP_SERVERDATAONINSERT
=
0
x000000ef
,
DBPROP_STORAGEFLAGS
=
0
x000000f0
,
DBPROP_CONNECTIONSTATUS
=
0
x000000f4
,
DBPROP_ALTERCOLUMN
=
0
x000000f5
,
DBPROP_COLUMNLCID
=
0
x000000f6
,
DBPROP_RESETDATASOURCE
=
0
x000000f7
,
DBPROP_INIT_OLEDBSERVICES
=
0
x000000f8
,
DBPROP_IRowsetRefresh
=
0
x000000f9
,
DBPROP_SERVERNAME
=
0
x000000fa
,
DBPROP_IParentRowset
=
0
x00000101
,
DBPROP_HIDDENCOLUMNS
=
0
x00000102
,
DBPROP_PROVIDERMEMORY
=
0
x00000103
,
DBPROP_CLIENTCURSOR
=
0
x00000104
}
;
enum
DBPROPENUM21
{
DBPROP_TRUSTEE_USERNAME
=
0
x000000f1
,
DBPROP_TRUSTEE_AUTHENTICATION
=
0
x000000f2
,
DBPROP_TRUSTEE_NEWAUTHENTICATION
=
0
x000000f3
,
DBPROP_IRow
=
0
x00000107
,
DBPROP_IRowChange
=
0
x00000108
,
DBPROP_IRowSchemaChange
=
0
x00000109
,
DBPROP_IGetRow
=
0
x0000010a
,
DBPROP_IScopedOperations
=
0
x0000010b
,
DBPROP_IBindResource
=
0
x0000010c
,
DBPROP_ICreateRow
=
0
x0000010d
,
DBPROP_INIT_BINDFLAGS
=
0
x0000010e
,
DBPROP_INIT_LOCKOWNER
=
0
x0000010f
,
DBPROP_GENERATEURL
=
0
x00000111
,
DBPROP_IDBBinderProperties
=
0
x00000112
,
DBPROP_IColumnsInfo2
=
0
x00000113
,
DBPROP_IRegisterProvider
=
0
x00000114
,
DBPROP_IGetSession
=
0
x00000115
,
DBPROP_IGetSourceRow
=
0
x00000116
,
DBPROP_IRowsetCurrentIndex
=
0
x00000117
,
DBPROP_OPENROWSETSUPPORT
=
0
x00000118
,
DBPROP_COL_ISLONG
=
0
x00000119
}
;
enum
DBPROPENUM25
{
DBPROP_COL_SEED
=
0
x0000011a
,
DBPROP_COL_INCREMENT
=
0
x0000011b
,
DBPROP_INIT_GENERALTIMEOUT
=
0
x0000011c
,
DBPROP_COMSERVICES
=
0
x0000011d
}
;
enum
DBPROPENUM26
{
DBPROP_OUTPUTSTREAM
=
0
x0000011e
,
DBPROP_OUTPUTENCODING
=
0
x0000011f
,
DBPROP_TABLESTATISTICS
=
0
x00000120
,
DBPROP_SKIPROWCOUNTRESULTS
=
0
x00000123
,
DBPROP_IRowsetBookmark
=
0
x00000124
,
MDPROP_VISUALMODE
=
0
x00000125
,
}
;
cpp_quote
(
"#ifdef DBINITCONSTANTS"
)
cpp_quote
(
"#ifdef __cplusplus"
)
cpp_quote
(
"#define DEFINE_DBGUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \\"
)
...
...
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