⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 loadlib.h

📁 postgresql-odbc,跨平台应用
💻 H
字号:
/* File:			loadlib.h * * Description:		See "loadlib.c" * * Comments:		See "notice.txt" for copyright and license information. * */#ifndef __LOADLIB_H__#define __LOADLIB_H__#include "psqlodbc.h"#include <stdlib.h>#ifdef  __cplusplusextern "C" {#endifBOOL	LIBPQ_check(void);void	*CALL_PQconnectdb(const char *conninfo, BOOL *);#ifdef	_HANDLE_ENLIST_IN_DTC_RETCODE	CALL_EnlistInDtc(ConnectionClass *conn, void * pTra, int method);RETCODE	CALL_DtcOnDisconnect(ConnectionClass *);RETCODE	CALL_DtcOnRelease(void);#endif /* _HANDLE_ENLIST_IN_DTC_ *//* void	UnloadDelayLoadedDLLs(BOOL); */void	CleanupDelayLoadedDLLs(void);#ifdef	__cplusplus}#endif#endif /* __LOADLIB_H__ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -