home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / xactomsg.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  585b  |  21 lines

  1. /* ----------------------------------------------------------------------------
  2. Microsoft    D.T.C (Distributed Transaction Coordinator)
  3.  
  4. (c)    1995    Microsoft Corporation.    All Rights Reserved
  5.  
  6. @doc
  7.  
  8. @module        XACTOMSG.H    |
  9.  
  10. @devnotes    Macro to convert from transaction error message values to 
  11.         message ids in edudtc.dll
  12.  
  13. @rev    0    |    29-Aug-1995    |    Shaiwals |    Created
  14. ----------------------------------------------------------------------------- */
  15. #ifndef __XACTOMSG_H__
  16. #define __XACTOMSG_H__
  17.  
  18. #define XACTTOMSG(dwXact) (dwXact-0x00040000+0x40000000)
  19.  
  20. #endif __XACTOMSG_H__
  21.