home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / blberr.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  460 b   |  29 lines

  1. /*
  2.  
  3. Copyright (c) 1998-1999  Microsoft Corporation
  4.  
  5. Module Name:
  6.     blberr.h
  7.  
  8. Abstract:
  9.  
  10.  
  11. Author:
  12.  
  13. */
  14.  
  15. #ifndef __SDPBLB_ERROR_CODES__
  16. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  17. #define __SDPBLB_ERROR_CODES__
  18.  
  19. #include <sdperr.h>
  20.  
  21. // First four bits - SEVERITY(11), CUSTOMER FLAG(1), RESERVED(0)
  22. #define SDPBLB_CONF_BLOB_DESTROYED                  0xe0000300
  23.  
  24.  
  25.  
  26. #pragma option pop /*P_O_Pop*/
  27. #endif // __SDPBLB_ERROR_CODES__
  28.  
  29.