2006-07-20 06:26:18 +00:00
|
|
|
/*
|
|
|
|
* 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
|
|
|
|
*/
|
2009-08-06 13:39:17 +00:00
|
|
|
cpp_quote("#ifdef _WIN64")
|
|
|
|
cpp_quote("#include <pshpack8.h>")
|
|
|
|
cpp_quote("#else")
|
|
|
|
cpp_quote("#include <pshpack2.h>")
|
|
|
|
cpp_quote("#endif")
|
|
|
|
cpp_quote("")
|
2006-07-20 06:26:18 +00:00
|
|
|
|
|
|
|
import "wtypes.idl";
|
|
|
|
import "oaidl.idl";
|
|
|
|
import "ocidl.idl";
|
|
|
|
import "propidl.idl";
|
2009-07-22 16:18:50 +00:00
|
|
|
import "urlmon.idl";
|
2006-07-20 06:26:18 +00:00
|
|
|
|
2010-12-31 00:14:39 +00:00
|
|
|
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;
|
2020-12-21 09:54:33 +00:00
|
|
|
typedef LONG_PTR DB_LRESERVE;
|
2006-07-20 06:26:18 +00:00
|
|
|
|
|
|
|
#include "dbs.idl"
|
2009-07-22 13:03:06 +00:00
|
|
|
|
2009-10-26 13:32:55 +00:00
|
|
|
#include "access.idl"
|
2009-10-28 13:08:02 +00:00
|
|
|
#include "rstbas.idl"
|
2009-10-27 10:11:36 +00:00
|
|
|
#include "rstinf.idl"
|
2009-10-28 13:18:54 +00:00
|
|
|
#include "rstloc.idl"
|
2013-08-22 10:41:02 +00:00
|
|
|
#include "chprst.idl"
|
2009-10-26 14:21:18 +00:00
|
|
|
#include "cmdbas.idl"
|
2009-10-26 15:42:13 +00:00
|
|
|
#include "cmdtxt.idl"
|
2016-02-12 12:12:35 +00:00
|
|
|
#include "colinf.idl"
|
2021-03-12 07:58:46 +00:00
|
|
|
#include "colrst.idl"
|
2009-07-22 13:03:06 +00:00
|
|
|
#include "dbccmd.idl"
|
2009-07-22 13:08:35 +00:00
|
|
|
#include "dbcses.idl"
|
2013-06-03 02:29:34 +00:00
|
|
|
#include "srcrst.idl"
|
2006-07-20 06:26:18 +00:00
|
|
|
#include "dbprop.idl"
|
2009-07-22 13:03:06 +00:00
|
|
|
#include "dbinit.idl"
|
2009-07-22 14:49:06 +00:00
|
|
|
#include "dbdsad.idl"
|
2009-11-11 10:48:44 +00:00
|
|
|
#include "asynot.idl"
|
2009-11-12 15:19:00 +00:00
|
|
|
#include "asysta.idl"
|
2009-07-22 15:33:17 +00:00
|
|
|
#include "sesprp.idl"
|
2013-04-05 18:28:52 +00:00
|
|
|
#include "rstnot.idl"
|
2009-07-22 13:25:27 +00:00
|
|
|
#include "opnrst.idl"
|
2009-10-28 13:44:06 +00:00
|
|
|
#include "row.idl"
|
2009-10-28 13:49:02 +00:00
|
|
|
#include "rowchg.idl"
|
2013-07-30 10:38:38 +00:00
|
|
|
#include "rowpos.idl"
|
2013-08-01 03:57:55 +00:00
|
|
|
#include "rowpsc.idl"
|
2009-07-22 16:18:50 +00:00
|
|
|
#include "binres.idl"
|
2009-07-23 10:53:34 +00:00
|
|
|
#include "crtrow.idl"
|
2013-06-18 00:22:57 +00:00
|
|
|
#include "errrec.idl"
|
2020-10-12 07:33:40 +00:00
|
|
|
#include "getdts.idl"
|
2020-11-10 09:29:56 +00:00
|
|
|
#include "cmdstrm.idl"
|
2020-11-10 09:29:57 +00:00
|
|
|
#include "cmdprp.idl"
|
2020-11-10 09:29:58 +00:00
|
|
|
#include "cvttyp.idl"
|
2020-11-11 10:32:53 +00:00
|
|
|
#include "cmdpre.idl"
|
2020-11-11 10:32:54 +00:00
|
|
|
#include "rstchg.idl"
|
2020-11-11 10:32:55 +00:00
|
|
|
#include "rstupd.idl"
|
2021-01-15 07:22:16 +00:00
|
|
|
#include "mulres.idl"
|
2021-11-08 10:29:07 +00:00
|
|
|
#include "transact.idl"
|
2021-11-08 10:29:08 +00:00
|
|
|
#include "trnjoi.idl"
|
2022-01-21 23:13:56 +00:00
|
|
|
#include "trnlcl.idl"
|
2022-01-21 23:13:57 +00:00
|
|
|
#include "trnobj.idl"
|
2021-06-10 01:32:56 +00:00
|
|
|
#include "cmdwpr.idl"
|
2009-08-06 13:39:17 +00:00
|
|
|
|
2011-12-30 08:32:16 +00:00
|
|
|
cpp_quote("#include <accctrl.h>")
|
|
|
|
|
2009-08-06 13:39:17 +00:00
|
|
|
cpp_quote("#include <poppack.h>")
|
|
|
|
cpp_quote("")
|