ReactOS 0.4.15-dev-7842-g558ab78
msdadc.idl
Go to the documentation of this file.
1/*
2 * Copyright 2009 Huw Davies
3 *
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.
8 *
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.
13 *
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
17 */
18
19import "oaidl.idl";
20import "ocidl.idl";
21import "oledb.idl";
22
23[
24 object,
26 uuid(0c733a8d-2a1c-11ce-ade5-00aa0044773d)
27]
29{
31
33 {
39 };
40
42 [in] DBTYPE wDstType,
43 [in] DBLENGTH cbSrcLength,
44 [in, out] DBLENGTH *pcbDstLength,
45 [in] void *pSrc,
46 [out] void *pDst,
47 [in] DBLENGTH cbDstMaxLength,
48 [in] DBSTATUS dbsSrcStatus,
49 [out] DBSTATUS *pdbsDstStatus,
50 [in] BYTE bPrecision,
51 [in] BYTE bScale,
53
54
56 [in] DBTYPE wDstType);
57
58
60 [in] DBTYPE wDstType,
61 [in] DBLENGTH *pcbSrcLength,
62 [out] DBLENGTH *pcbDstLength,
63 [in, size_is(*pcbSrcLength)] void *pSrc);
64};
65
66[
67 object,
69 uuid(0c733a9c-2a1c-11ce-ade5-00aa0044773d)
70]
71interface IDCInfo : IUnknown
72{
74
76 {
78 };
79
80 typedef struct tagDCINFO
81 {
85
87 [in, size_is(cInfo)] DCINFOTYPE rgeInfoType[],
88 [out, size_is(cInfo)] DCINFO **prgInfo);
89
91 [in, size_is(cInfo)] DCINFO prgInfo[]);
92};
DWORD DBSTATUS
Definition: dbs.idl:166
WORD DBTYPE
Definition: dbs.idl:113
coclass PSFactoryBuffer pointer_default(unique)] interface ObjectRpcBaseTypes
Definition: dcom.idl:35
unsigned long DWORD
Definition: ntddk_ex.h:95
#define local
Definition: zutil.h:30
GLuint in
Definition: glext.h:9616
DWORD DCINFOTYPE
Definition: msdadc.idl:73
HRESULT GetInfo([in] ULONG cInfo, [in, size_is(cInfo)] DCINFOTYPE rgeInfoType[], [out, size_is(cInfo)] DCINFO **prgInfo)
struct IDCInfo::tagDCINFO DCINFO
HRESULT SetInfo([in] ULONG cInfo, [in, size_is(cInfo)] DCINFO prgInfo[])
DCINFOTYPEENUM
Definition: msdadc.idl:76
@ DCINFOTYPE_VERSION
Definition: msdadc.idl:77
DWORD DBDATACONVERT
Definition: msdadc.idl:30
@ DBDATACONVERT_LENGTHFROMNTS
Definition: msdadc.idl:36
@ DBDATACONVERT_DSTISFIXEDLENGTH
Definition: msdadc.idl:37
@ DBDATACONVERT_SETDATABEHAVIOR
Definition: msdadc.idl:35
@ DBDATACONVERT_DEFAULT
Definition: msdadc.idl:34
@ DBDATACONVERT_DECIMALSCALE
Definition: msdadc.idl:38
HRESULT CanConvert([in] DBTYPE wSrcType, [in] DBTYPE wDstType)
HRESULT GetConversionSize([in] DBTYPE wSrcType, [in] DBTYPE wDstType, [in] DBLENGTH *pcbSrcLength, [out] DBLENGTH *pcbDstLength, [in, size_is(*pcbSrcLength)] void *pSrc)
HRESULT DataConvert([in] DBTYPE wSrcType, [in] DBTYPE wDstType, [in] DBLENGTH cbSrcLength, [in, out] DBLENGTH *pcbDstLength, [in] void *pSrc, [out] void *pDst, [in] DBLENGTH cbDstMaxLength, [in] DBSTATUS dbsSrcStatus, [out] DBSTATUS *pdbsDstStatus, [in] BYTE bPrecision, [in] BYTE bScale, [in] DBDATACONVERT dwFlags)
Definition: msctf.idl:550
ULONG DBLENGTH
Definition: oledb.idl:35
static FILE * out
Definition: regtests2xml.c:44
DCINFOTYPE eInfoType
Definition: msdadc.idl:82
uint32_t ULONG
Definition: typedefs.h:59
_In_ PCCERT_CONTEXT _In_ DWORD dwFlags
Definition: wincrypt.h:1176
unsigned char BYTE
Definition: xxhash.c:193