RNDErr.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. /*
  2.     Copyright (c) Microsoft Corporation. All rights reserved.
  3.     Module Name:
  4.         rnderr.h
  5. */
  6. #ifndef __RND_ERROR_CODES__
  7. #define __RND_ERROR_CODES__
  8. #include <blberr.h>
  9. // rendezvous component error codes
  10. // First four bits - SEVERITY(11), CUSTOMER FLAG(1), RESERVED(0)
  11. #define RND_INVALID_TIME                  0xe0000200
  12. #define RND_NULL_SERVER_NAME              0xe0000201
  13. #define RND_ALREADY_CONNECTED             0xe0000202
  14. #define RND_NOT_CONNECTED                 0xe0000203
  15. #endif // __RND_ERROR_CODES__