af062818b47340eef15700d2f0211576ba3506eevboxsync/*
af062818b47340eef15700d2f0211576ba3506eevboxsync * Copyright (C) 2006 Mike McCormack
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * This library is free software; you can redistribute it and/or
af062818b47340eef15700d2f0211576ba3506eevboxsync * modify it under the terms of the GNU Lesser General Public
af062818b47340eef15700d2f0211576ba3506eevboxsync * License as published by the Free Software Foundation; either
af062818b47340eef15700d2f0211576ba3506eevboxsync * version 2.1 of the License, or (at your option) any later version.
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * This library is distributed in the hope that it will be useful,
af062818b47340eef15700d2f0211576ba3506eevboxsync * but WITHOUT ANY WARRANTY; without even the implied warranty of
af062818b47340eef15700d2f0211576ba3506eevboxsync * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
af062818b47340eef15700d2f0211576ba3506eevboxsync * Lesser General Public License for more details.
af062818b47340eef15700d2f0211576ba3506eevboxsync *
af062818b47340eef15700d2f0211576ba3506eevboxsync * You should have received a copy of the GNU Lesser General Public
af062818b47340eef15700d2f0211576ba3506eevboxsync * License along with this library; if not, write to the Free Software
af062818b47340eef15700d2f0211576ba3506eevboxsync * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
af062818b47340eef15700d2f0211576ba3506eevboxsync */
ee6bcfc59fe3b0230aad85e2ef63d0402b7719b2vboxsync
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync/*
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync * a choice of LGPL license versions is made available with the language indicating
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync * that LGPLv2 or any later version may be used, or where a choice of which version
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync * of the LGPL is applied is otherwise unspecified.
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync */
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync
ee6bcfc59fe3b0230aad85e2ef63d0402b7719b2vboxsynccpp_quote("#ifdef _WIN64")
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsynccpp_quote("#include <pshpack8.h>")
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsynccpp_quote("#else")
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsynccpp_quote("#include <pshpack2.h>")
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsynccpp_quote("#endif")
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsynccpp_quote("")
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncimport "wtypes.idl";
af062818b47340eef15700d2f0211576ba3506eevboxsyncimport "oaidl.idl";
af062818b47340eef15700d2f0211576ba3506eevboxsyncimport "ocidl.idl";
af062818b47340eef15700d2f0211576ba3506eevboxsyncimport "propidl.idl";
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsyncimport "urlmon.idl";
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsynctypedef ULONG DBBYTEOFFSET;
5112e32d7072e280613921c982a6672f2c859cf3vboxsynctypedef LONG DBROWOFFSET;
5112e32d7072e280613921c982a6672f2c859cf3vboxsynctypedef LONG DBROWCOUNT;
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsynctypedef ULONG DBCOUNTITEM;
a3133ef29cdf3656735d569fd64e54c9286effc0vboxsynctypedef ULONG DBLENGTH;
5112e32d7072e280613921c982a6672f2c859cf3vboxsynctypedef ULONG DBORDINAL;
5112e32d7072e280613921c982a6672f2c859cf3vboxsynctypedef ULONG DBBKMARK;
5112e32d7072e280613921c982a6672f2c859cf3vboxsynctypedef DWORD DB_DWRESERVE;
5112e32d7072e280613921c982a6672f2c859cf3vboxsynctypedef ULONG DBREFCOUNT;
5112e32d7072e280613921c982a6672f2c859cf3vboxsynctypedef ULONG DB_UPARAMS;
5112e32d7072e280613921c982a6672f2c859cf3vboxsynctypedef LONG DB_LPARAMS;
5112e32d7072e280613921c982a6672f2c859cf3vboxsynctypedef DWORD DBHASHVALUE;
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#include "dbs.idl"
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsync
5112e32d7072e280613921c982a6672f2c859cf3vboxsync#include "access.idl"
5112e32d7072e280613921c982a6672f2c859cf3vboxsync#include "rstbas.idl"
5112e32d7072e280613921c982a6672f2c859cf3vboxsync#include "rstinf.idl"
5112e32d7072e280613921c982a6672f2c859cf3vboxsync#include "rstloc.idl"
5112e32d7072e280613921c982a6672f2c859cf3vboxsync#include "cmdbas.idl"
5112e32d7072e280613921c982a6672f2c859cf3vboxsync#include "cmdtxt.idl"
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsync#include "dbccmd.idl"
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsync#include "dbcses.idl"
af062818b47340eef15700d2f0211576ba3506eevboxsync#include "dbprop.idl"
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsync#include "dbinit.idl"
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsync#include "dbdsad.idl"
5112e32d7072e280613921c982a6672f2c859cf3vboxsync#include "asynot.idl"
5112e32d7072e280613921c982a6672f2c859cf3vboxsync#include "asysta.idl"
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsync#include "sesprp.idl"
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsync#include "opnrst.idl"
5112e32d7072e280613921c982a6672f2c859cf3vboxsync#include "row.idl"
5112e32d7072e280613921c982a6672f2c859cf3vboxsync#include "rowchg.idl"
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsync#include "binres.idl"
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsync#include "crtrow.idl"
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsync
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsynccpp_quote("#include <poppack.h>")
114410893548b9522c46fdcbd8f63385eb8bfb68vboxsynccpp_quote("")