Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
364 B

  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__