Leaked source code of windows server 2003
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.

12 lines
261 B

  1. #ifndef __SDPBLB_ERROR_CODES__
  2. #define __SDPBLB_ERROR_CODES__
  3. #include <sdperr.h>
  4. // First four bits - SEVERITY(11), CUSTOMER FLAG(1), RESERVED(0)
  5. #define SDPBLB_CONF_BLOB_DESTROYED 0xe0000300
  6. #endif // __SDPBLB_ERROR_CODES__