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

  1. #ifndef __RND_ERROR_CODES__
  2. #define __RND_ERROR_CODES__
  3.  
  4. #include <blberr.h>
  5.  
  6.  
  7. // rendezvous component error codes
  8.  
  9. // First four bits - SEVERITY(11), CUSTOMER FLAG(1), RESERVED(0)
  10. #define RND_INVALID_TIME                  0xe0000200
  11.  
  12. #endif // __RND_ERROR_CODES__