xactomsg.h
来自「c语言编程软件vc6.0中文绿色版_vc6.0官方下载」· C头文件 代码 · 共 21 行
H
21 行
/* ----------------------------------------------------------------------------
Microsoft D.T.C (Distributed Transaction Coordinator)
(c) 1995 Microsoft Corporation. All Rights Reserved
@doc
@module XACTOMSG.H |
@devnotes Macro to convert from transaction error message values to
message ids in edudtc.dll
@rev 0 | 29-Aug-1995 | Shaiwals | Created
----------------------------------------------------------------------------- */
#ifndef __XACTOMSG_H__
#define __XACTOMSG_H__
#define XACTTOMSG(dwXact) (dwXact-0x00040000+0x40000000)
#endif __XACTOMSG_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?