d3d9/tests: AMD GPUs sample the border color of cube textures.
[wine.git] / include / msdasql.h
blob8093420a4058a20a45a9ba0dc5c3860b02338c7a
1 /*
2 * Copyright (C) 2020 Alistair Leslie-Hughes
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #ifndef _MSDASQL_H_
20 #define _MSDASQL_H_
22 DEFINE_GUID(IID_ISQLRequestDiagFields, 0x228972f0, 0xb5ff, 0x11d0, 0x8a, 0x80, 0x00, 0xc0, 0x4f, 0xd6, 0x11, 0xcd);
23 DEFINE_GUID(IID_ISQLGetDiagField, 0x228972f1, 0xb5ff, 0x11d0, 0x8a, 0x80, 0x00, 0xc0, 0x4f, 0xd6, 0x11, 0xcd);
25 DEFINE_GUID(IID_IRowsetChangeExtInfo, 0x0c733a8f, 0x2a1c, 0x11ce, 0xad, 0xe5, 0x00, 0xaa, 0x00, 0x44, 0x77, 0x3d);
27 DEFINE_GUID(CLSID_MSDASQL, 0xc8b522cb, 0x5cf3, 0x11ce, 0xad, 0xe5, 0x00, 0xaa, 0x00, 0x44, 0x77, 0x3d);
28 DEFINE_GUID(CLSID_MSDASQL_ENUMERATOR, 0xc8b522cd, 0x5cf3, 0x11ce, 0xad, 0xe5, 0x00, 0xaa, 0x00, 0x44, 0x77, 0x3d);
30 DEFINE_GUID(DBPROPSET_PROVIDERDATASOURCEINFO, 0x497c60e0, 0x7123, 0x11cf, 0xb1, 0x71, 0x00, 0xaa, 0x00, 0x57, 0x59, 0x9e);
31 DEFINE_GUID(DBPROPSET_PROVIDERROWSET, 0x497c60e1, 0x7123, 0x11cf, 0xb1, 0x71, 0x00, 0xaa, 0x00, 0x57, 0x59, 0x9e);
32 DEFINE_GUID(DBPROPSET_PROVIDERDBINIT, 0x497c60e2, 0x7123, 0x11cf, 0xb1, 0x71, 0x00, 0xaa, 0x00, 0x57, 0x59, 0x9e);
33 DEFINE_GUID(DBPROPSET_PROVIDERSTMTATTR, 0x497c60e3, 0x7123, 0x11cf, 0xb1, 0x71, 0x00, 0xaa, 0x00, 0x57, 0x59, 0x9e);
34 DEFINE_GUID(DBPROPSET_PROVIDERCONNATTR, 0x497c60e4, 0x7123, 0x11cf, 0xb1, 0x71, 0x00, 0xaa, 0x00, 0x57, 0x59, 0x9e);
36 #define KAGPROP_QUERYBASEDUPDATES 2
37 #define KAGPROP_MARSHALLABLE 3
38 #define KAGPROP_POSITIONONNEWROW 4
39 #define KAGPROP_IRowsetChangeExtInfo 5
40 #define KAGPROP_CURSOR 6
41 #define KAGPROP_CONCURRENCY 7
42 #define KAGPROP_BLOBSONFOCURSOR 8
43 #define KAGPROP_INCLUDENONEXACT 9
44 #define KAGPROP_FORCESSFIREHOSEMODE 10
45 #define KAGPROP_FORCENOPARAMETERREBIND 11
46 #define KAGPROP_FORCENOPREPARE 12
47 #define KAGPROP_FORCENOREEXECUTE 13
49 #define KAGPROP_ACCESSIBLEPROCEDURES 2
50 #define KAGPROP_ACCESSIBLETABLES 3
51 #define KAGPROP_ODBCSQLOPTIEF 4
52 #define KAGPROP_OJCAPABILITY 5
53 #define KAGPROP_PROCEDURES 6
54 #define KAGPROP_DRIVERNAME 7
55 #define KAGPROP_DRIVERVER 8
56 #define KAGPROP_DRIVERODBCVER 9
57 #define KAGPROP_LIKEESCAPECLAUSE 10
58 #define KAGPROP_SPECIALCHARACTERS 11
59 #define KAGPROP_MAXCOLUMNSINGROUPBY 12
60 #define KAGPROP_MAXCOLUMNSININDEX 13
61 #define KAGPROP_MAXCOLUMNSINORDERBY 14
62 #define KAGPROP_MAXCOLUMNSINSELECT 15
63 #define KAGPROP_MAXCOLUMNSINTABLE 16
64 #define KAGPROP_NUMERICFUNCTIONS 17
65 #define KAGPROP_ODBCSQLCONFORMANCE 18
66 #define KAGPROP_OUTERJOINS 19
67 #define KAGPROP_STRINGFUNCTIONS 20
68 #define KAGPROP_SYSTEMFUNCTIONS 21
69 #define KAGPROP_TIMEDATEFUNCTIONS 22
70 #define KAGPROP_FILEUSAGE 23
71 #define KAGPROP_ACTIVESTATEMENTS 24
73 #define KAGPROP_AUTH_TRUSTEDCONNECTION 2
74 #define KAGPROP_AUTH_SERVERINTEGRATED 3
76 #define KAGPROPVAL_CONCUR_ROWVER 0x00000001
77 #define KAGPROPVAL_CONCUR_VALUES 0x00000002
78 #define KAGPROPVAL_CONCUR_LOCK 0x00000004
79 #define KAGPROPVAL_CONCUR_READ_ONLY 0x00000008
81 #endif