Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenoledb.idl
Go to the documentation of this file.
00001 /* 00002 * Copyright (C) 2006 Mike McCormack 00003 * 00004 * This library is free software; you can redistribute it and/or 00005 * modify it under the terms of the GNU Lesser General Public 00006 * License as published by the Free Software Foundation; either 00007 * version 2.1 of the License, or (at your option) any later version. 00008 * 00009 * This library is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00012 * Lesser General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU Lesser General Public 00015 * License along with this library; if not, write to the Free Software 00016 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00017 */ 00018 cpp_quote("#ifdef _WIN64") 00019 cpp_quote("#include <pshpack8.h>") 00020 cpp_quote("#else") 00021 cpp_quote("#include <pshpack2.h>") 00022 cpp_quote("#endif") 00023 cpp_quote("") 00024 00025 import "wtypes.idl"; 00026 import "oaidl.idl"; 00027 import "ocidl.idl"; 00028 import "propidl.idl"; 00029 import "urlmon.idl"; 00030 00031 typedef ULONG DBBYTEOFFSET; 00032 typedef LONG DBROWOFFSET; 00033 typedef LONG DBROWCOUNT; 00034 typedef ULONG DBCOUNTITEM; 00035 typedef ULONG DBLENGTH; 00036 typedef ULONG DBORDINAL; 00037 typedef ULONG DBBKMARK; 00038 typedef DWORD DB_DWRESERVE; 00039 typedef ULONG DBREFCOUNT; 00040 typedef ULONG DB_UPARAMS; 00041 typedef LONG DB_LPARAMS; 00042 typedef DWORD DBHASHVALUE; 00043 typedef struct { 00044 SHORT year; 00045 USHORT month; 00046 USHORT day; 00047 USHORT hour; 00048 USHORT minute; 00049 USHORT second; 00050 ULONG fraction; 00051 } DBTIMESTAMP; 00052 00053 #include "dbs.idl" 00054 00055 #include "access.idl" 00056 #include "rstbas.idl" 00057 #include "rstinf.idl" 00058 #include "rstloc.idl" 00059 #include "cmdbas.idl" 00060 #include "cmdtxt.idl" 00061 #include "dbccmd.idl" 00062 #include "dbcses.idl" 00063 #include "dbprop.idl" 00064 #include "dbinit.idl" 00065 #include "dbdsad.idl" 00066 #include "asynot.idl" 00067 #include "asysta.idl" 00068 #include "sesprp.idl" 00069 #include "opnrst.idl" 00070 #include "row.idl" 00071 #include "rowchg.idl" 00072 #include "binres.idl" 00073 #include "crtrow.idl" 00074 00075 cpp_quote("#include <poppack.h>") 00076 cpp_quote("") Generated on Fri May 25 2012 04:30:44 for ReactOS by
1.7.6.1
|