]>
git.saurik.com Git - wxWidgets.git/blob - src/iodbc/dlproc.h
   6  *  Load driver and resolve driver's function entry point 
   8  *  The iODBC driver manager. 
  10  *  Copyright (C) 1995 by Ke Jin <kejin@empress.com>  
  12  *  This library is free software; you can redistribute it and/or 
  13  *  modify it under the terms of the GNU Library General Public 
  14  *  License as published by the Free Software Foundation; either 
  15  *  version 2 of the License, or (at your option) any later version. 
  17  *  This library is distributed in the hope that it will be useful, 
  18  *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
  19  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
  20  *  Library General Public License for more details. 
  22  *  You should have received a copy of the GNU Library General Public 
  23  *  License along with this library; if not, write to the Free 
  24  *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
  31 typedef RETCODE (FAR 
* HPROC
) (); 
  33 #ifdef  DLDAPI_SVR4_DLFCN 
  43 #if defined(DLDAPI_AIX_LOAD) || defined(__DECCXX) 
  47 extern HPROC 
_iodbcdm_getproc (); 
  48 extern HDLL 
_iodbcdm_dllopen (char FAR 
* dll
); 
  49 extern HPROC 
_iodbcdm_dllproc (HDLL hdll
, char FAR 
* sym
); 
  50 extern char FAR 
*_iodbcdm_dllerror (); 
  51 extern int _iodbcdm_dllclose (HDLL hdll
); 
  53 #define SQL_NULL_HDLL   ((HDLL)NULL) 
  54 #define SQL_NULL_HPROC  ((HPROC)NULL)