3 * Description: See "msdtc_enlist.c"
5 * Comments: See "notice.txt" for copyright and license information.
10 #define __PGENLIST_H__
12 #include "connection.h"
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_ */
30 #endif /* __PGENLIST_H__ */