pgenlist.h

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

H
31
字号
/* File:			enlsit.h * * Description:		See "msdtc_enlist.c" * * Comments:		See "notice.txt" for copyright and license information. * */#ifndef __PGENLIST_H__#define __PGENLIST_H__#include "connection.h"#ifdef	__cplusplusextern "C" {#endif#ifdef	WIN32#ifdef	_HANDLE_ENLIST_IN_DTC_RETCODE	EnlistInDtc(ConnectionClass *conn, void *pTra, int method);RETCODE	DtcOnDisconnect(ConnectionClass *);RETCODE	DtcOnRelease(void);const char *GetXaLibName(void);const char *GetXaLibPath(void);#endif /* _HANDLE_ENLIST_IN_DTC_ */#endif /* WIN32 */#ifdef	__cplusplus}#endif#endif /* __PGENLIST_H__ */

⌨️ 快捷键说明

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