BLBErr.h 364 B

1234567891011121314151617181920212223242526
  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__