home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / rnderr.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  622 b   |  26 lines

  1. /*
  2.  
  3.     Copyright (c) 1997-1999  Microsoft Corporation
  4.  
  5.     Module Name:
  6.         rnderr.h
  7.  
  8. */
  9.  
  10. #ifndef __RND_ERROR_CODES__
  11. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  12. #define __RND_ERROR_CODES__
  13.  
  14. #include <blberr.h>
  15.  
  16.  
  17. // rendezvous component error codes
  18.  
  19. // First four bits - SEVERITY(11), CUSTOMER FLAG(1), RESERVED(0)
  20. #define RND_INVALID_TIME                  0xe0000200
  21. #define RND_NULL_SERVER_NAME              0xe0000201
  22. #define RND_ALREADY_CONNECTED             0xe0000202
  23. #define RND_NOT_CONNECTED                 0xe0000203
  24.  
  25. #pragma option pop /*P_O_Pop*/
  26. #endif // __RND_ERROR_CODES__