Sweden-Number/include/oledb.idl

76 lines
2.0 KiB
Plaintext
Raw Normal View History

/*
* 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
*/
cpp_quote("#ifdef _WIN64")
cpp_quote("#include <pshpack8.h>")
cpp_quote("#else")
cpp_quote("#include <pshpack2.h>")
cpp_quote("#endif")
cpp_quote("")
import "wtypes.idl";
import "oaidl.idl";
import "ocidl.idl";
import "propidl.idl";
2009-07-22 18:18:50 +02:00
import "urlmon.idl";
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;
#include "dbs.idl"
2009-07-22 15:03:06 +02:00
2009-10-26 14:32:55 +01:00
#include "access.idl"
2009-10-28 14:08:02 +01:00
#include "rstbas.idl"
2009-10-27 11:11:36 +01:00
#include "rstinf.idl"
2009-10-28 14:18:54 +01:00
#include "rstloc.idl"
#include "chprst.idl"
2009-10-26 15:21:18 +01:00
#include "cmdbas.idl"
2009-10-26 16:42:13 +01:00
#include "cmdtxt.idl"
2009-07-22 15:03:06 +02:00
#include "dbccmd.idl"
2009-07-22 15:08:35 +02:00
#include "dbcses.idl"
2013-06-03 04:29:34 +02:00
#include "srcrst.idl"
#include "dbprop.idl"
2009-07-22 15:03:06 +02:00
#include "dbinit.idl"
2009-07-22 16:49:06 +02:00
#include "dbdsad.idl"
2009-11-11 11:48:44 +01:00
#include "asynot.idl"
2009-11-12 16:19:00 +01:00
#include "asysta.idl"
2009-07-22 17:33:17 +02:00
#include "sesprp.idl"
#include "rstnot.idl"
2009-07-22 15:25:27 +02:00
#include "opnrst.idl"
2009-10-28 14:44:06 +01:00
#include "row.idl"
2009-10-28 14:49:02 +01:00
#include "rowchg.idl"
#include "rowpos.idl"
#include "rowpsc.idl"
2009-07-22 18:18:50 +02:00
#include "binres.idl"
2009-07-23 12:53:34 +02:00
#include "crtrow.idl"
#include "errrec.idl"
cpp_quote("#include <accctrl.h>")
cpp_quote("#include <poppack.h>")
cpp_quote("")