Merge commit 'origin/master'
[versaplex.git] / vxodbc / pgenlist.h
blobe6777a67b1d2d7f619f20fd9461b4eaf205f9957
1 /* File: enlsit.h
3 * Description: See "msdtc_enlist.c"
5 * Comments: See "notice.txt" for copyright and license information.
7 */
9 #ifndef __PGENLIST_H__
10 #define __PGENLIST_H__
12 #include "connection.h"
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 #ifdef WIN32
18 #ifdef _HANDLE_ENLIST_IN_DTC_
19 RETCODE EnlistInDtc(ConnectionClass *conn, void *pTra, int method);
20 RETCODE DtcOnDisconnect(ConnectionClass *);
21 RETCODE DtcOnRelease(void);
22 const char *GetXaLibName(void);
23 const char *GetXaLibPath(void);
24 #endif /* _HANDLE_ENLIST_IN_DTC_ */
25 #endif /* WIN32 */
27 #ifdef __cplusplus
29 #endif
30 #endif /* __PGENLIST_H__ */