oledb.idl 2.03 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/*
 * Copyright (C) 2006 Mike McCormack
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */
18 19 20 21 22 23
cpp_quote("#ifdef _WIN64")
cpp_quote("#include <pshpack8.h>")
cpp_quote("#else")
cpp_quote("#include <pshpack2.h>")
cpp_quote("#endif")
cpp_quote("")
24 25 26 27 28

import "wtypes.idl";
import "oaidl.idl";
import "ocidl.idl";
import "propidl.idl";
Huw Davies's avatar
Huw Davies committed
29
import "urlmon.idl";
30

31 32 33 34 35 36 37 38 39 40 41 42
typedef ULONG_PTR DBBYTEOFFSET;
typedef LONG_PTR  DBROWOFFSET;
typedef LONG_PTR  DBROWCOUNT;
typedef ULONG_PTR DBCOUNTITEM;
typedef ULONG_PTR DBLENGTH;
typedef ULONG_PTR DBORDINAL;
typedef ULONG_PTR DBBKMARK;
typedef DWORD_PTR DB_DWRESERVE;
typedef ULONG_PTR DBREFCOUNT;
typedef ULONG_PTR DB_UPARAMS;
typedef LONG_PTR  DB_LPARAMS;
typedef DWORD_PTR DBHASHVALUE;
43 44

#include "dbs.idl"
Huw Davies's avatar
Huw Davies committed
45

Huw Davies's avatar
Huw Davies committed
46
#include "access.idl"
Huw Davies's avatar
Huw Davies committed
47
#include "rstbas.idl"
Huw Davies's avatar
Huw Davies committed
48
#include "rstinf.idl"
Huw Davies's avatar
Huw Davies committed
49
#include "rstloc.idl"
50
#include "chprst.idl"
Huw Davies's avatar
Huw Davies committed
51
#include "cmdbas.idl"
Huw Davies's avatar
Huw Davies committed
52
#include "cmdtxt.idl"
53
#include "colinf.idl"
Huw Davies's avatar
Huw Davies committed
54
#include "dbccmd.idl"
Huw Davies's avatar
Huw Davies committed
55
#include "dbcses.idl"
56
#include "srcrst.idl"
57
#include "dbprop.idl"
Huw Davies's avatar
Huw Davies committed
58
#include "dbinit.idl"
Huw Davies's avatar
Huw Davies committed
59
#include "dbdsad.idl"
Huw Davies's avatar
Huw Davies committed
60
#include "asynot.idl"
Huw Davies's avatar
Huw Davies committed
61
#include "asysta.idl"
Huw Davies's avatar
Huw Davies committed
62
#include "sesprp.idl"
63
#include "rstnot.idl"
Huw Davies's avatar
Huw Davies committed
64
#include "opnrst.idl"
Huw Davies's avatar
Huw Davies committed
65
#include "row.idl"
Huw Davies's avatar
Huw Davies committed
66
#include "rowchg.idl"
67
#include "rowpos.idl"
68
#include "rowpsc.idl"
Huw Davies's avatar
Huw Davies committed
69
#include "binres.idl"
Huw Davies's avatar
Huw Davies committed
70
#include "crtrow.idl"
71
#include "errrec.idl"
72

73 74
cpp_quote("#include <accctrl.h>")

75 76
cpp_quote("#include <poppack.h>")
cpp_quote("")