loadlib.h

来自「postgresql-odbc,跨平台应用」· C头文件 代码 · 共 32 行

H
32
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?