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

模拟服务器

开发平台:

C/C++

  1. /*
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4.     blberr.h
  5. Abstract:
  6. Author:
  7. */
  8. #ifndef __SDPBLB_ERROR_CODES__
  9. #define __SDPBLB_ERROR_CODES__
  10. #include <sdperr.h>
  11. // First four bits - SEVERITY(11), CUSTOMER FLAG(1), RESERVED(0)
  12. #define SDPBLB_CONF_BLOB_DESTROYED                  0xe0000300
  13. #endif // __SDPBLB_ERROR_CODES__